|
@@ -512,7 +512,9 @@ class cmMakefile;
|
|
SELECT(POLICY, CMP0166, \
|
|
SELECT(POLICY, CMP0166, \
|
|
"TARGET_PROPERTY evaluates link properties transitively over " \
|
|
"TARGET_PROPERTY evaluates link properties transitively over " \
|
|
"private dependencies of static libraries.", \
|
|
"private dependencies of static libraries.", \
|
|
- 3, 30, 0, cmPolicies::WARN)
|
|
|
|
|
|
+ 3, 30, 0, cmPolicies::WARN) \
|
|
|
|
+ SELECT(POLICY, CMP0167, "The FindBoost module is removed.", 3, 30, 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) \
|