summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-02-06 13:34:44 -0500
committerBrad King <brad.king@kitware.com>2008-02-06 13:34:44 -0500
commit07be6bb87b27cc09ee17ae9b6850f00893eb586e (patch)
treede478766a53a16ab569afee087d6ae4bd58b2b54 /Source/cmComputeLinkInformation.h
parenta752fc5e8500be8a1fc8f5891374f23d125762a3 (diff)
downloadcmake-07be6bb87b27cc09ee17ae9b6850f00893eb586e.tar.gz
ENH: When linking to versioned targets whose real file name is known pass the real name to the linker instead of the symlink name.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r--Source/cmComputeLinkInformation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index be3275c9f6..0145e78c0c 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -162,8 +162,7 @@ private:
// Runtime path computation.
cmOrderRuntimeDirectories* OrderRuntimeSearchPath;
void AddLibraryRuntimeInfo(std::string const& fullPath, cmTarget* target);
- void AddLibraryRuntimeInfo(std::string const& fullPath,
- const char* soname = 0);
+ void AddLibraryRuntimeInfo(std::string const& fullPath);
// Dependent library path computation.
cmOrderRuntimeDirectories* OrderDependentRPath;