mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Projects should use FetchContent_MakeAvailable(depName) instead. Policy CMP0169 provides backward compatibility.
6 lines
80 B
CMake
6 lines
80 B
CMake
cmake_policy(SET CMP0169 OLD)
|
|
|
|
include(FetchContent)
|
|
|
|
FetchContent_Populate(t1)
|