Update minimum required CMake version 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@11396 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2016-03-22 00:08:26 +00:00
parent 612e6d7974
commit 4bfabbd619

View File

@ -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