mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 07:38:33 -05: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()
|