mirror of
https://github.com/reactos/reactos.git
synced 2025-04-12 00:29:04 +00:00
[CMAKE]
* Support only debug and release configuration types (in the VS solutions). svn path=/trunk/; revision=61317
This commit is contained in:
parent
ca811619b0
commit
282eceb38b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if(CMAKE_GENERATOR MATCHES "Visual Studio 6")
|
|||
endif()
|
||||
if(NOT CMAKE_NO_BUILD_TYPE AND CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
set (CMAKE_NO_BUILD_TYPE 1)
|
||||
set (CMAKE_CONFIGURATION_TYPES "Debug;Release;MinSizeRel;RelWithDebInfo" CACHE STRING
|
||||
set (CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING
|
||||
"Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored.")
|
||||
mark_as_advanced(CMAKE_CONFIGURATION_TYPES)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue