summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-SunPro-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-04 14:20:59 (GMT)
committerBrad King <brad.king@kitware.com>2009-12-04 14:20:59 (GMT)
commit2d948e94bfd542cd89f641d765ea46bc6fa3e46b (patch)
tree7b4a0061957528fae2c44e016613149c393d6b76 /Modules/Platform/Linux-SunPro-CXX.cmake
parente2083979767f08e0644030c890cd7de971bbd77a (diff)
downloadCMake-2d948e94bfd542cd89f641d765ea46bc6fa3e46b.zip
CMake-2d948e94bfd542cd89f641d765ea46bc6fa3e46b.tar.gz
CMake-2d948e94bfd542cd89f641d765ea46bc6fa3e46b.tar.bz2
Remove duplicate info from Linux SunPro info files
The CMAKE_DL_LIBS variable is set platform-wide by Linux.cmake so we do not need to duplicate it in Linux-SunPro-<lang>.cmake files.
Diffstat (limited to 'Modules/Platform/Linux-SunPro-CXX.cmake')
-rw-r--r--Modules/Platform/Linux-SunPro-CXX.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/Linux-SunPro-CXX.cmake b/Modules/Platform/Linux-SunPro-CXX.cmake
index 6d9d8a5..5490473 100644
--- a/Modules/Platform/Linux-SunPro-CXX.cmake
+++ b/Modules/Platform/Linux-SunPro-CXX.cmake
@@ -1,4 +1,2 @@
-# Linux sun studio c++ options
-SET(CMAKE_DL_LIBS "dl")
SET(CMAKE_SHARED_LIBRARY_RPATH_LINK_CXX_FLAG "-rpath-link ")
SET(CMAKE_EXE_EXPORTS_CXX_FLAG "--export-dynamic")