From: Frederic Bouvier Date: Sun, 11 Sep 2011 18:48:50 +0000 (+0200) Subject: Enforce the use of Cmake 2.8 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c00a4ac3557b909f66d3e0fe9da52ab5f3d9fec;p=simgear.git Enforce the use of Cmake 2.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a82b0081..b0ef3a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.8) include (CheckFunctionExists) include (CheckIncludeFile) include (CheckCXXSourceCompiles)