Files
CMake/Tests/RunCMake/FetchContent_find_package/PackageFindModules/FindSecondProject.cmake
Craig Scott 29e31e2825 Packages: Integrate FetchContent and find_package()
Allow FetchContent_MakeAvailable() to try a call to
find_package() first, or redirect a find_package() call to
FetchContent_MakeAvailable(). The user can set variables
to control which of these are allowed or tried by default.

Fixes: #21687
2022-05-03 16:48:11 +10:00

2 lines
55 B
CMake

message(FATAL_ERROR "Second project used Find module")