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