From: Frederic Bouvier Date: Sun, 11 Sep 2011 19:44:43 +0000 (+0200) Subject: Lower the requirements on Cmake version (at least until Jenkins is updated) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a83db28c6f64fa005904500a9623a37fe2d94c2;p=flightgear.git Lower the requirements on Cmake version (at least until Jenkins is updated) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 34711fc17..e6d449217 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 (CheckCSourceCompiles)