mirror of https://github.com/CGAL/cgal
It is CMake 2.8.11 that we want.
This commit is contained in:
parent
0fb169701f
commit
6506a35e7f
|
|
@ -1,6 +1,6 @@
|
||||||
project(CGAL_TESTS)
|
project(CGAL_TESTS)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.6.2)
|
cmake_minimum_required(VERSION 2.8.11)
|
||||||
|
|
||||||
if (CGAL_BRANCH_BUILD)
|
if (CGAL_BRANCH_BUILD)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ EOF
|
||||||
cat << 'EOF'
|
cat << 'EOF'
|
||||||
|
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.10)
|
cmake_minimum_required(VERSION 2.8.11)
|
||||||
|
|
||||||
# CGAL and its components
|
# CGAL and its components
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue