mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
9 lines
358 B
CMake
9 lines
358 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/check-common.cmake)
|
|
|
|
UseDebugLibraries_check(default "true" "false")
|
|
UseDebugLibraries_check(defaultCLR "true" "false")
|
|
UseDebugLibraries_check(defaultUtil "true" "false")
|
|
UseDebugLibraries_check(defaultRTL "true" "false")
|
|
UseDebugLibraries_check(ALL_BUILD "true" "false")
|
|
UseDebugLibraries_check(ZERO_CHECK "true" "false")
|