|
@@ -470,10 +470,10 @@ class cmMakefile;
|
|
|
POLICY, CMP0154, \
|
|
POLICY, CMP0154, \
|
|
|
"Generated files are private by default in targets using file sets.", 3, \
|
|
"Generated files are private by default in targets using file sets.", 3, \
|
|
|
28, 0, cmPolicies::WARN) \
|
|
28, 0, cmPolicies::WARN) \
|
|
|
- SELECT( \
|
|
|
|
|
- POLICY, CMP0155, \
|
|
|
|
|
- "C++ sources in targets with at least C++20 are scanned for imports", 3, \
|
|
|
|
|
- 28, 0, cmPolicies::WARN)
|
|
|
|
|
|
|
+ SELECT(POLICY, CMP0155, \
|
|
|
|
|
+ "C++ sources in targets with at least C++20 are scanned for " \
|
|
|
|
|
+ "imports when supported.", \
|
|
|
|
|
+ 3, 28, 0, cmPolicies::WARN)
|
|
|
|
|
|
|
|
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
|
|
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
|
|
|
#define CM_FOR_EACH_POLICY_ID(POLICY) \
|
|
#define CM_FOR_EACH_POLICY_ID(POLICY) \
|