diff options
author | Brad King <brad.king@kitware.com> | 2008-02-06 18:34:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-06 18:34:44 (GMT) |
commit | 07be6bb87b27cc09ee17ae9b6850f00893eb586e (patch) | |
tree | de478766a53a16ab569afee087d6ae4bd58b2b54 /Source/cmComputeLinkInformation.h | |
parent | a752fc5e8500be8a1fc8f5891374f23d125762a3 (diff) | |
download | CMake-07be6bb87b27cc09ee17ae9b6850f00893eb586e.zip CMake-07be6bb87b27cc09ee17ae9b6850f00893eb586e.tar.gz CMake-07be6bb87b27cc09ee17ae9b6850f00893eb586e.tar.bz2 |
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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index be3275c..0145e78 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; |