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