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:
parent
e208397976
commit
2d948e94bf
|
@ -1,2 +0,0 @@
|
|||
# Linux sun studio c options
|
||||
SET(CMAKE_DL_LIBS "dl")
|
|
@ -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")
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# Linux sun studio fortran options
|
||||
SET(CMAKE_DL_LIBS "dl")
|
Loading…
Reference in New Issue