mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
5 lines
153 B
CMake
5 lines
153 B
CMake
|
|
if (NOT EXPECTED_LOCATION STREQUAL "64bit")
|
|
message (SEND_ERROR "RegistryViewConfig: location is '64bit' but expects '${EXPECTED_LOCATION}'")
|
|
endif()
|