Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6b2bcae7d4e4356af41da60fb6b038683367c052
/
.
/
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
()