summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/SCO_SV.cmake
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2016-07-28 16:26:10 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-02 14:09:52 (GMT)
commit56539d89da4f8f0834a17faee14ef88f3b232048 (patch)
tree285cdd23f30e591da4a7354437fef0ec61a91c2f /Modules/Platform/SCO_SV.cmake
parent16a3a73508e8109e453e35288c37fe545a8ab59e (diff)
downloadCMake-56539d89da4f8f0834a17faee14ef88f3b232048.zip
CMake-56539d89da4f8f0834a17faee14ef88f3b232048.tar.gz
CMake-56539d89da4f8f0834a17faee14ef88f3b232048.tar.bz2
SCO_SV: Enable so filename versioning
Take changes used by pkgsrc [1]: * so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
Diffstat (limited to 'Modules/Platform/SCO_SV.cmake')
-rw-r--r--Modules/Platform/SCO_SV.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/SCO_SV.cmake b/Modules/Platform/SCO_SV.cmake
index ddd9600..1cb4b38 100644
--- a/Modules/Platform/SCO_SV.cmake
+++ b/Modules/Platform/SCO_SV.cmake
@@ -1,2 +1,3 @@
set(CMAKE_DL_LIBS "")
+set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h,")
include(Platform/UnixPaths)