mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
This commit is contained in:
@@ -181,6 +181,7 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||
targetList.Follows(0);
|
||||
genericArgs.ArgumentGroup.Follows(&targetList);
|
||||
genericArgs.Parse(&genericArgVector.GetVector(), &unknownArgs);
|
||||
bool success = genericArgs.Finalize();
|
||||
|
||||
cmInstallCommandArguments archiveArgs;
|
||||
cmInstallCommandArguments libraryArgs;
|
||||
@@ -219,7 +220,7 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||
publicHeaderArgs.SetGenericArguments(&genericArgs);
|
||||
privateHeaderArgs.SetGenericArguments(&genericArgs);
|
||||
|
||||
bool success = archiveArgs.Finalize();
|
||||
success = success && archiveArgs.Finalize();
|
||||
success = success && libraryArgs.Finalize();
|
||||
success = success && runtimeArgs.Finalize();
|
||||
success = success && frameworkArgs.Finalize();
|
||||
|
||||
Reference in New Issue
Block a user