From d810374b3dc324df9cd082fbe13e5bfce1599bf2 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 7 Sep 2024 12:12:44 +1000 Subject: [PATCH] install(PACKAGE_INFO): Remove outdated TODO comment The DESTINATION keyword is supported for this form. --- Source/cmInstallCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index f4cc4c3b33..183e460bb6 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -2189,7 +2189,6 @@ bool HandlePackageInfoMode(std::vector const& args, ArgumentParser::NonEmpty> defaultConfigs; ArgumentParser::NonEmpty cxxModulesDirectory; - // TODO: Support DESTINATION. ica.Bind("PACKAGE_INFO"_s, pkg); ica.Bind("EXPORT"_s, exportName); ica.Bind("APPENDIX"_s, appendix);