From 2f6b84a2ccde482dea462de389b3556e1bccdb83 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sun, 11 Sep 2011 21:43:54 +0200 Subject: [PATCH] Lower the requirements on Cmake version (at least until Jenkins is updated) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0ef3a4e..381ac41c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 2.6.4) include (CheckFunctionExists) include (CheckIncludeFile) include (CheckCXXSourceCompiles) -- 2.39.5