default build type is now "" for mingw compatibility
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@805 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
483d7830cf
commit
414160dcfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue