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/cmFindPackageCommand.cxx | |
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/cmFindPackageCommand.cxx')
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 5f1a2c5..8acfe83 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -502,6 +502,7 @@ cmFindPackageCommand::cmFindPackageCommand(cmExecutionStatus& status) this->DebugMode = false; this->AppendSearchPathGroups(); + this->DeprecatedFindModules["Dart"] = cmPolicies::CMP0145; this->DeprecatedFindModules["Qt"] = cmPolicies::CMP0084; } |