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

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