mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
29e31e2825
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
2 lines
75 B
CMake
2 lines
75 B
CMake
message(FATAL_ERROR "Unexpectedly found SecondProject via find_package()")
|