diff options
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r-- | Source/cmInstallTargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h index ac7058a..8ae834b 100644 --- a/Source/cmInstallTargetGenerator.h +++ b/Source/cmInstallTargetGenerator.h @@ -38,7 +38,7 @@ protected: bool useSOName); std::string GetScriptReference(cmTarget* target, const char* place, bool useSOName); - void AddInstallNamePatchRule(std::ostream& os); + void AddInstallNamePatchRule(std::ostream& os, const char* destination); cmTarget* Target; std::string Destination; bool ImportLibrary; |