mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 07:28:54 -06:00
5 lines
169 B
CMake
5 lines
169 B
CMake
|
|
if (NOT EXPECTED_LOCATION STREQUAL "default.32bit")
|
|
message (SEND_ERROR "RegistryViewConfig: location is 'default.32bit' but expects '${EXPECTED_LOCATION}'")
|
|
endif()
|