mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
8 lines
238 B
CMake
8 lines
238 B
CMake
cmake_policy(SET CMP0196 OLD)
|
|
set(_CMakeDetermineVSServicePack_testing 1)
|
|
include(CMakeDetermineVSServicePack)
|
|
|
|
if(NOT _CMakeDetermineVSServicePack_included)
|
|
message(FATAL_ERROR "CMakeDetermineVSServicePack.cmake not included")
|
|
endif()
|