mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
39da33ae81
It has been documented as deprecated since CMake 3.0.
8 lines
230 B
CMake
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()
|