Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
Description
CMAKE_BUILD_TYPE does not apply to MsBuild.
Follow-up to 0.4.15-dev-2349-gd10728a.
https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=CMAKE_BUILD_TYPE
modules/rostests/apitests/CMakeLists.txt
|
53 if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
|
|
sdk/cmake/config.cmake
|
55 if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
85 if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
92 if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
113 "CMAKE_BUILD_TYPE STREQUAL Debug" OFF)
|
|
sdk/cmake/msvc.cmake
|
2 if(CMAKE_BUILD_TYPE STREQUAL "Release")
|