From 4c16207609c3eb6b00158bb9f1e35c74e16e5fcf Mon Sep 17 00:00:00 2001 From: jhumeau Date: Mon, 26 Jan 2009 09:09:49 +0000 Subject: [PATCH] cmake < 2.6 authorized git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1368 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/install.cmake | 2 +- trunk/paradiseo-mo/CMakeLists.txt | 2 +- trunk/paradiseo-moeo/CMakeLists.txt | 2 +- trunk/paradiseo-peo/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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