mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
4370fcf750
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)
|