mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 16:09:42 -06:00
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).
6 lines
89 B
CMake
6 lines
89 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0170-WARN)
|
|
run_cmake(CMP0170-OLD)
|
|
run_cmake(CMP0170-NEW)
|