summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2007-08-24 13:30:41 -0400
committerDavid Cole <david.cole@kitware.com>2007-08-24 13:30:41 -0400
commit9a4e7ea742e7ff8e1110f3fe55e98340cb309aef (patch)
tree1de0114f0f0f2fc3ac8ac9a2d92770a6e08ea281 /Source/cmInstallTargetGenerator.h
parent6d508a3094c31910728b24e13ceebbc3070b5e04 (diff)
downloadcmake-9a4e7ea742e7ff8e1110f3fe55e98340cb309aef.tar.gz
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.
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r--Source/cmInstallTargetGenerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index d1907bb542..d03ea3d9b5 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -53,13 +53,13 @@ protected:
Indent const& indent);
void AddInstallNamePatchRule(std::ostream& os, Indent const& indent,
const char* config,
- const std::string& toFullPath);
+ const std::string& toDestDirPath);
void AddStripRule(std::ostream& os, Indent const& indent,
cmTarget::TargetType type,
- const std::string& toFullPath);
+ const std::string& toDestDirPath);
void AddRanlibRule(std::ostream& os, Indent const& indent,
cmTarget::TargetType type,
- const std::string& toFullPath);
+ const std::string& toDestDirPath);
cmTarget* Target;
bool ImportLibrary;