Add CMAKE_MINIMUM_REQUIRED at the top of each CMakeLists.txt as CMake 2.6 wants

This commit is contained in:
Fernando Cacciola 2008-06-29 20:46:44 +00:00
parent faa17da176
commit 9c62ababa9
1 changed files with 2 additions and 0 deletions

View File

@ -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