From f0b21ecfae81fc4e1c6356e88111785cc96db90b Mon Sep 17 00:00:00 2001 From: legrand Date: Fri, 23 Nov 2007 16:04:17 +0000 Subject: [PATCH] default build type is now "" for mingw compatibility git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@809 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-moeo/CMakeLists.txt b/trunk/paradiseo-moeo/CMakeLists.txt index e3676828e..1e0b4b67e 100644 --- a/trunk/paradiseo-moeo/CMakeLists.txt +++ b/trunk/paradiseo-moeo/CMakeLists.txt @@ -97,7 +97,7 @@ ENDFOREACH (path ${REQUIRED_PATHS}) ##################################################################################### # the user should choose the build type on windows environments,excepted under cygwin (default=none) -SET(CMAKE_DEFAULT_BUILD_TYPE Debug CACHE STRING "Variable that stores the default CMake build type" FORCE) +SET(CMAKE_DEFAULT_BUILD_TYPE "" CACHE STRING "Variable that stores the default CMake build type" FORCE) IF(WIN32 AND NOT CYGWIN) IF(NOT CMAKE_BUILD_TYPE)