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
4 lines
49 B
CMake
4 lines
49 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Populate(t1)
|