summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-05-29 12:41:47 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-05-29 12:41:57 (GMT)
commit54c9185b336788e1384100c4e8108fafe9abaac8 (patch)
tree08d725f7f5a843544eec7dfcffbbd4e9044dbd76 /Source
parenta5269e0693332499b8d4188e2e3759855139c9ab (diff)
parent4370fcf7505bf0dc651478ab581f19c474278c59 (diff)
downloadCMake-54c9185b336788e1384100c4e8108fafe9abaac8.zip
CMake-54c9185b336788e1384100c4e8108fafe9abaac8.tar.gz
CMake-54c9185b336788e1384100c4e8108fafe9abaac8.tar.bz2
Merge topic 'deprecate-fetchcontent_populate'
4370fcf750 FetchContent: Deprecate FetchContent_Populate(depName) bc70b458ad Help: Minor grammar improvements for FetchContent Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9552
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 9dd3ce5..076066f 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -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)