]> git.mxchange.org Git - flightgear.git/commitdiff
Enforce the use of Cmake 2.8
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 18:50:37 +0000 (20:50 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Sep 2011 18:50:37 +0000 (20:50 +0200)
CMakeLists.txt

index b0d702a18db4a39b92b273bc1817cb70b27bdb53..34711fc17443d6227df2eddd9c164757cdecfc3b 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 2.8)
 
 include (CheckFunctionExists)
 include (CheckCSourceCompiles)