summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-03 13:20:47 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-03 13:20:47 (GMT)
commitec807f6edf7ddd49fc82638f176ac58d6eab6b80 (patch)
tree9cf3b2d747b218d3359c0fb375489aa0cd843412 /Modules
parentef729c5bc2591542eacbe2aaf46bde9b4ae6d2ed (diff)
parent56539d89da4f8f0834a17faee14ef88f3b232048 (diff)
downloadCMake-ec807f6edf7ddd49fc82638f176ac58d6eab6b80.zip
CMake-ec807f6edf7ddd49fc82638f176ac58d6eab6b80.tar.gz
CMake-ec807f6edf7ddd49fc82638f176ac58d6eab6b80.tar.bz2
Merge topic 'port-to-sco'
56539d89 SCO_SV: Enable so filename versioning 16a3a735 cmELF: Port to SCO OpenServer 5.0.7/3.2
Diffstat (limited to 'Modules')
-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)