From 92d3e1e03a547850a61cddffa1eedbb626f0185e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 22 Mar 2016 00:23:25 +0000 Subject: Update minimum required CMake version from 2.6 to 2.6.3. Verified build with CMake 2.6.3 (failed with 2.6.2). We need 2.6.3 for "unset" (unknown command in 2.6.2 and earlier). CMake 2.6.2 also fails when parsing nested brackets in logical expressions like the following one: if((NOT APPLE OR OPTION_APPLE_X11) AND NOT WIN32) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11397 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f75fca9..4015f2813 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0) project(FLTK) -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.6.3) ####################################################################### # define some macros -- cgit v1.2.3