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.
This commit is contained in:
Brad King 2009-12-04 09:20:59 -05:00
parent e208397976
commit 2d948e94bf
3 changed files with 0 additions and 6 deletions

View File

@ -1,2 +0,0 @@
# Linux sun studio c options
SET(CMAKE_DL_LIBS "dl")

View File

@ -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")

View File

@ -1,2 +0,0 @@
# Linux sun studio fortran options
SET(CMAKE_DL_LIBS "dl")