mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[CMAKE] Fix RUNTIME_CHECKS dependent option
Addendum to92dfec219d
anda2a6038e56
This commit is contained in:
parent
abcbd44641
commit
6bab72f69a
3 changed files with 3 additions and 3 deletions
|
@ -47,5 +47,5 @@ set(NEWSPRINTF FALSE CACHE BOOL
|
|||
if(MSVC)
|
||||
# RTC are incompatible with compiler optimizations.
|
||||
cmake_dependent_option(RUNTIME_CHECKS "Whether to enable runtime checks on MSVC" ON
|
||||
"CMAKE_BUILD_TYPE STREQUAL \"Debug\"" OFF)
|
||||
"CMAKE_BUILD_TYPE STREQUAL Debug" OFF)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue