mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
4370fcf750
Projects should use FetchContent_MakeAvailable(depName) instead. Policy CMP0169 provides backward compatibility.
3 lines
53 B
CMake
3 lines
53 B
CMake
cmake_policy(SET CMP0169 NEW)
|
|
include(CMP0169.cmake)
|