https://github.com/Kitware/CMake
Revision 782e9f7ffe722fc7dac1353cd95a31e7140e5c6f authored by Brad King on 21 February 2008, 18:58:41 UTC, committed by Brad King on 21 February 2008, 18:58:41 UTC
  - Reduce false positives in cases of unknown soname
  - Make library extension regular expressions match only at end of string
  - When linking to libraries in implicit dirs convert to the -l option
    only if the file name is one that can be found by the linker
    (ex. /usr/lib/libfoo.so.1 should be linked by full path)
  - Add cmSystemTools::GuessLibrarySOName to guess the soname of a
    library based on presence of a symlink
  - In cmComputeLinkInformation try to guess an soname before assuming
    that a third-party library is built without an soname
  - In cmOrderDirectories guess the soname of shared libraries in cases
    it is otherwise unknown
1 parent fd37a6e
History
Tip revision: 782e9f7ffe722fc7dac1353cd95a31e7140e5c6f authored by Brad King on 21 February 2008, 18:58:41 UTC
ENH: Improve linking to third-party shared libraries on soname platforms
Tip revision: 782e9f7
File Mode Size
Docs
Example
Modules
Source
Templates
Tests
Utilities
.gitattributes -rw-r--r-- 305 bytes
CMakeCPack.cmake -rw-r--r-- 4.6 KB
CMakeCPackOptions.cmake.in -rw-r--r-- 2.7 KB
CMakeGraphVizOptions.cmake -rw-r--r-- 153 bytes
CMakeLists.txt -rw-r--r-- 19.8 KB
CMakeLogo.gif -rw-r--r-- 4.4 KB
CTestConfig.cmake -rw-r--r-- 785 bytes
CTestCustom.cmake.in -rw-r--r-- 1.3 KB
CTestCustom.ctest.in -rw-r--r-- 145 bytes
ChangeLog.txt -rw-r--r-- 1.3 MB
CompileFlags.cmake -rw-r--r-- 1.7 KB
Copyright.txt -rw-r--r-- 2.2 KB
DartConfig.cmake -rw-r--r-- 2.3 KB
DartLocal.conf.in -rw-r--r-- 4.0 KB
Readme.txt -rw-r--r-- 1.9 KB
bootstrap -rwxr-xr-x 45.9 KB
cmake.1 -rw-r--r-- 3.6 KB
cmake_uninstall.cmake.in -rw-r--r-- 968 bytes
configure -rwxr-xr-x 114 bytes
doxygen.config -rw-r--r-- 27.7 KB

Readme.txt

back to top