From: Frederic Bouvier Date: Sun, 11 Sep 2011 19:43:54 +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=2f6b84a2ccde482dea462de389b3556e1bccdb83;p=simgear.git Lower the requirements on Cmake version (at least until Jenkins is updated) --- 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)