From: Frederic Bouvier Date: Sun, 11 Sep 2011 18:50:37 +0000 (+0200) Subject: Enforce the use of Cmake 2.8 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57754b4ac80d0fec828aadc68feb6f145d72254d;p=flightgear.git Enforce the use of Cmake 2.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d702a18..34711fc17 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 (CheckCSourceCompiles)