mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user