mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
8d7e80cf3d
Fixes: #22775
5 lines
169 B
CMake
5 lines
169 B
CMake
|
|
if (NOT EXPECTED_LOCATION STREQUAL "default.64bit")
|
|
message (SEND_ERROR "RegistryViewConfig: location is 'default.64bit' but expects '${EXPECTED_LOCATION}'")
|
|
endif()
|