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