diff options
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index d1907bb..d03ea3d 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; |