CMake/Tests/RunCMake/VS10ProjectUseDebugLibraries/CMP0091-OLD-check.cmake
Brad King 721d8b192a VS: Add UseDebugLibraries to vcxproj files by default
Use heuristics to select a reasonable value.  Add policy CMP0162
to provide compatibility with existing projects.

Fixes: #25327
2024-02-22 08:43:16 -05:00

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")