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