Browse Source

install(PACKAGE_INFO): Remove outdated TODO comment

The DESTINATION keyword is supported for this form.
Craig Scott 1 year ago
parent
commit
d810374b3d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmInstallCommand.cxx

+ 0 - 1
Source/cmInstallCommand.cxx

@@ -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);