]> git.mxchange.org Git - simgear.git/commitdiff
Lower the requirements on Cmake version (at least until Jenkins is updated)
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 19:43:54 +0000 (21:43 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 19:43:54 +0000 (21:43 +0200)
CMakeLists.txt

index b0ef3a4e4540d4ee90cbc4dc9f9bdbb80606e29d..381ac41cb411632e510be428475414d1690dac88 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 2.6.4)
 include (CheckFunctionExists)
 include (CheckIncludeFile)
 include (CheckCXXSourceCompiles)