mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
6 lines
156 B
CMake
6 lines
156 B
CMake
include(CTest)
|
|
get_property(site CACHE SITE PROPERTY VALUE)
|
|
if(NOT "${site}" STREQUAL "${SITE}")
|
|
message(FATAL_ERROR "SITE is not a cache entry")
|
|
endif()
|