CMake/Tests/RunCMake/VS10ProjectUseDebugLibraries/CMP0091-OLD.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

3 lines
81 B
CMake

cmake_policy(SET CMP0091 OLD)
include(Default-CMP0162-NEW.cmake NO_POLICY_SCOPE)