Files
CMake/Tests/RunCMake/include/CMP0196-WARN.cmake
Brad King 39da33ae81 CMakeDetermineVSServicePack: Add policy to remove this module
It has been documented as deprecated since CMake 3.0.
2025-05-28 09:47:06 -04:00

8 lines
230 B
CMake

# Do not set CMP0196.
set(_CMakeDetermineVSServicePack_testing 1)
include(CMakeDetermineVSServicePack)
if(NOT _CMakeDetermineVSServicePack_included)
message(FATAL_ERROR "CMakeDetermineVSServicePack.cmake not included")
endif()