Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
RequiredOptionValuesClash.cmake
blob: 04fece72974ec3d9b379b63119a2c6048b285c91 [
file
]
set
(
CMAKE_DISABLE_FIND_PACKAGE_Foo ON
)
set
(
CMAKE_REQUIRE_FIND_PACKAGE_Foo ON
)
find_package
(
Foo
)
message
(
FATAL_ERROR
"This error must not be reachable."
)