diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index f334163..d899747 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -248,13 +248,6 @@ public: */ virtual std::string GetTargetDirectory(cmTarget const& target) const; - ///! Determine the arguments for the linker call, used also by - /// cmInstallTargetGenerator - bool GetLinkerArgs(std::string& rpath, std::string& linkLibs, - cmTarget& tgt, bool relink, unsigned int minRpathSize); - - bool IsChrpathAvailable(const cmTarget& target); - /** * Get the level of backwards compatibility requested by the project * in this directory. This is the value of the CMake variable |