diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 1015251..2056007 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -245,7 +245,7 @@ public: ///! Determine the arguments for the linker call, used also by /// cmInstallTargetGenerator bool GetLinkerArgs(std::string& rpath, std::string& linkLibs, - cmTarget& tgt, bool relink, int minRpathSize); + cmTarget& tgt, bool relink, unsigned int minRpathSize); bool IsChrpathAvailable(const cmTarget& target); |