mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
f588421b58
FETCHCONTENT_FULLY_DISCONNECTED should only be set to true if each dependency's source directory has already been populated. Previously, this wasn't being checked, but now it is (subject to a new policy).
3 lines
53 B
CMake
3 lines
53 B
CMake
cmake_policy(SET CMP0170 OLD)
|
|
include(CMP0170.cmake)
|