1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-23 18:08:31 +08:00

install(PACKAGE_INFO): Remove outdated TODO comment

The DESTINATION keyword is supported for this form.
This commit is contained in:
Craig Scott
2024-09-07 12:12:44 +10:00
parent d13ed01d54
commit d810374b3d

View File

@@ -2189,7 +2189,6 @@ bool HandlePackageInfoMode(std::vector<std::string> const& args,
ArgumentParser::NonEmpty<std::vector<std::string>> defaultConfigs;
ArgumentParser::NonEmpty<std::string> cxxModulesDirectory;
// TODO: Support DESTINATION.
ica.Bind("PACKAGE_INFO"_s, pkg);
ica.Bind("EXPORT"_s, exportName);
ica.Bind("APPENDIX"_s, appendix);