mirror of https://github.com/CGAL/cgal
Upgrade `cmake_minimum_required`
This commit is contained in:
parent
3c2ca27da8
commit
dc96a7ecbd
|
|
@ -40,12 +40,11 @@ create_cmake_script()
|
||||||
# Created by the script cgal_create_cmake_script
|
# Created by the script cgal_create_cmake_script
|
||||||
# This is the CMake script for compiling a CGAL application.
|
# This is the CMake script for compiling a CGAL application.
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.1...3.14)
|
||||||
project( ${PROJECT}${TYPE} )
|
project( ${PROJECT}${TYPE} )
|
||||||
EOF
|
EOF
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.10)
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue