Followup of the previous commit: require cmake-2.8.6 on Windows

This commit is contained in:
Laurent Rineau 2012-01-26 10:18:43 +00:00
parent c81dd1c3c3
commit 3437d2ae3c
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
# Top level CMakeLists.txt for CGAL-branchbuild
project(CGAL CXX)
# Minimal version of CMake:
if(WIN32)
cmake_minimum_required(VERSION 2.6.2)
else(WIN32)
cmake_minimum_required(VERSION 2.8.6)
endif()
# option for branch build