diff --git a/trunk/install.cmake b/trunk/install.cmake index e78c80030..d7308c9a3 100644 --- a/trunk/install.cmake +++ b/trunk/install.cmake @@ -3,7 +3,7 @@ ###################################################################################### # check cmake version compatibility -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) # regular expression checking INCLUDE_REGULAR_EXPRESSION("^.*$" "^$") diff --git a/trunk/paradiseo-mo/CMakeLists.txt b/trunk/paradiseo-mo/CMakeLists.txt index e5ba2b042..99a7232bd 100644 --- a/trunk/paradiseo-mo/CMakeLists.txt +++ b/trunk/paradiseo-mo/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ########################################################################################################################################## ### 0) If you want to set your own variables in mo-conf.cmake and avoid the cmd line diff --git a/trunk/paradiseo-moeo/CMakeLists.txt b/trunk/paradiseo-moeo/CMakeLists.txt index 84d1006af..7ae1f91c1 100644 --- a/trunk/paradiseo-moeo/CMakeLists.txt +++ b/trunk/paradiseo-moeo/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ########################################################################################################################################## ### 0) If you want to set your own variables in moeo-conf.cmake and avoid the cmd line diff --git a/trunk/paradiseo-peo/CMakeLists.txt b/trunk/paradiseo-peo/CMakeLists.txt index 646b46cd8..60dce0a36 100644 --- a/trunk/paradiseo-peo/CMakeLists.txt +++ b/trunk/paradiseo-peo/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ########################################################################################################################################## ### 0) If you want to set your own variables in peo-conf.cmake and avoid the cmd line