It is CMake 2.8.11 that we want.

This commit is contained in:
Laurent Rineau 2015-07-13 11:19:14 +02:00
parent 0fb169701f
commit 6506a35e7f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project(CGAL_TESTS)
cmake_minimum_required(VERSION 2.6.2)
cmake_minimum_required(VERSION 2.8.11)
if (CGAL_BRANCH_BUILD)

View File

@ -112,7 +112,7 @@ EOF
cat << 'EOF'
cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 2.8.11)
# CGAL and its components
EOF