summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-08-16 00:49:22 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-08-16 01:10:27 (GMT)
commitdd87640a22203c4181f42403ac3b8e73f7facc35 (patch)
tree202ccaea1ab972a36a4a017b7af822cd939e2d37 /Source/cmPolicies.h
parent2904ce00d2ed6ad5dac6d3459af62d8223e06ce0 (diff)
downloadCMake-dd87640a22203c4181f42403ac3b8e73f7facc35.zip
CMake-dd87640a22203c4181f42403ac3b8e73f7facc35.tar.gz
CMake-dd87640a22203c4181f42403ac3b8e73f7facc35.tar.bz2
CMakeFindFrameworks: Deprecate the module subject to policy CMP0173
Fixes: #20446
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index c76a88a..2c3763f 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -531,7 +531,9 @@ class cmMakefile;
SELECT(POLICY, CMP0172, \
"The CPack module enables per-machine installation by default in " \
"the CPack WIX Generator.", \
- 3, 31, 0, cmPolicies::WARN)
+ 3, 31, 0, cmPolicies::WARN) \
+ SELECT(POLICY, CMP0173, "The CMakeFindFrameworks module is removed.", 3, \
+ 31, 0, cmPolicies::WARN)
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
#define CM_FOR_EACH_POLICY_ID(POLICY) \