mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Merge topic 'fetchcontent-direct'
7bf15e49a8ExternalProject: Fix misleading git update outputb2496bf14cFetchContent: Populate directly without a sub-build173daad58dExternalProject: Move more internal commands out of main file462e583267ExternalProject: Switch download, update and patch to use _EP_ vars0ccc8e340dExternalProject: Provide ExternalProject_Add keywords through a macro91e1015722ExternalProject: Don't treat YES as a keyworda1743ce1efExternalProject: Fix minor formatting error Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !9513
This commit is contained in:
+5
-1
@@ -514,7 +514,11 @@ class cmMakefile;
|
||||
"private dependencies of static libraries.", \
|
||||
3, 30, 0, cmPolicies::WARN) \
|
||||
SELECT(POLICY, CMP0167, "The FindBoost module is removed.", 3, 30, 0, \
|
||||
cmPolicies::WARN)
|
||||
cmPolicies::WARN) \
|
||||
SELECT(POLICY, CMP0168, \
|
||||
"FetchContent implements steps directly instead of through a " \
|
||||
"sub-build.", \
|
||||
3, 30, 0, cmPolicies::WARN)
|
||||
|
||||
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
|
||||
#define CM_FOR_EACH_POLICY_ID(POLICY) \
|
||||
|
||||
Reference in New Issue
Block a user