mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Merge topic 'deprecate-fetchcontent_populate'
4370fcf750FetchContent: Deprecate FetchContent_Populate(depName)bc70b458adHelp: Minor grammar improvements for FetchContent Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9552
This commit is contained in:
@@ -518,6 +518,10 @@ class cmMakefile;
|
||||
SELECT(POLICY, CMP0168, \
|
||||
"FetchContent implements steps directly instead of through a " \
|
||||
"sub-build.", \
|
||||
3, 30, 0, cmPolicies::WARN) \
|
||||
SELECT(POLICY, CMP0169, \
|
||||
"FetchContent_Populate(depName) single-argument signature is " \
|
||||
"deprecated.", \
|
||||
3, 30, 0, cmPolicies::WARN)
|
||||
|
||||
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
|
||||
|
||||
Reference in New Issue
Block a user