mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: Enabled use of soname and therefore versioning symlinks. Patch is from bug#4558.
This commit is contained in:
@@ -5,5 +5,7 @@ IF(EXISTS /usr/include/dlfcn.h)
|
||||
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") # +s, flag for exe link to use shared lib
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,") # -rpath
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") # : or empty
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")
|
||||
ENDIF(EXISTS /usr/include/dlfcn.h)
|
||||
INCLUDE(Platform/UnixPaths)
|
||||
|
||||
Reference in New Issue
Block a user