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