cmake/Tests/RunCMake/find_package/RequiredOptionValuesClash.cmake

6 lines
154 B
CMake
Raw Normal View History

2021-11-20 13:41:27 +01:00
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.")