mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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)
|