diff options
author | Brad King <brad.king@kitware.com> | 2023-02-27 19:13:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-28 13:43:45 (GMT) |
commit | 2e469212c89c8a7569cc21e271298040d8a2190c (patch) | |
tree | 0b2c72bfe77cb7502812529e430c39e1f1bb5971 /Source/cmPolicies.h | |
parent | 6dd2948b4b7801ab66660d905d795913db034b25 (diff) | |
download | CMake-2e469212c89c8a7569cc21e271298040d8a2190c.zip CMake-2e469212c89c8a7569cc21e271298040d8a2190c.tar.gz CMake-2e469212c89c8a7569cc21e271298040d8a2190c.tar.bz2 |
Dart,FindDart: Add policy to remove these modules
These modules and the "DART" tool they support have long been replaced
by CTest.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 1eca586..830e14b 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -437,7 +437,9 @@ class cmMakefile; cmPolicies::WARN) \ SELECT(POLICY, CMP0144, \ "find_package uses upper-case <PACKAGENAME>_ROOT variables.", 3, 27, \ - 0, cmPolicies::WARN) + 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0145, "The Dart and FindDart modules are removed.", 3, \ + 27, 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) #define CM_FOR_EACH_POLICY_ID(POLICY) \ |