mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-24 03:02:46 +08:00
install(PACKAGE_INFO): Remove outdated TODO comment
The DESTINATION keyword is supported for this form.
This commit is contained in:
@@ -2189,7 +2189,6 @@ bool HandlePackageInfoMode(std::vector<std::string> const& args,
|
|||||||
ArgumentParser::NonEmpty<std::vector<std::string>> defaultConfigs;
|
ArgumentParser::NonEmpty<std::vector<std::string>> defaultConfigs;
|
||||||
ArgumentParser::NonEmpty<std::string> cxxModulesDirectory;
|
ArgumentParser::NonEmpty<std::string> cxxModulesDirectory;
|
||||||
|
|
||||||
// TODO: Support DESTINATION.
|
|
||||||
ica.Bind("PACKAGE_INFO"_s, pkg);
|
ica.Bind("PACKAGE_INFO"_s, pkg);
|
||||||
ica.Bind("EXPORT"_s, exportName);
|
ica.Bind("EXPORT"_s, exportName);
|
||||||
ica.Bind("APPENDIX"_s, appendix);
|
ica.Bind("APPENDIX"_s, appendix);
|
||||||
|
Reference in New Issue
Block a user