mirror of https://github.com/CGAL/cgal
Add CMAKE_MINIMUM_REQUIRED at the top of each CMakeLists.txt as CMake 2.6 wants
This commit is contained in:
parent
faa17da176
commit
9c62ababa9
|
|
@ -44,6 +44,8 @@ create_cmake_script()
|
|||
|
||||
echo "project( ${PROJECT} ) "
|
||||
echo
|
||||
echo 'CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)'
|
||||
echo
|
||||
echo 'set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)'
|
||||
echo
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue