5 lines
153 B
CMake
5 lines
153 B
CMake
|
|
if (NOT EXPECTED_LOCATION STREQUAL "32bit")
|
|
message (SEND_ERROR "RegistryViewConfig: location is '32bit' but expects '${EXPECTED_LOCATION}'")
|
|
endif()
|