Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
64bit
/
RegistryViewConfig.cmake
blob: 3d64301796ad1891462be9afc847ffe99b395cc5 [
file
]
if
(
NOT EXPECTED_LOCATION STREQUAL
"64bit"
)
message
(
SEND_ERROR
"RegistryViewConfig: location is '64bit' but expects '${EXPECTED_LOCATION}'"
)
endif
()