From 2d948e94bfd542cd89f641d765ea46bc6fa3e46b Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 4 Dec 2009 09:20:59 -0500 Subject: 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-.cmake files. --- Modules/Platform/Linux-SunPro-C.cmake | 2 -- Modules/Platform/Linux-SunPro-CXX.cmake | 2 -- Modules/Platform/Linux-SunPro-Fortran.cmake | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 Modules/Platform/Linux-SunPro-C.cmake delete mode 100644 Modules/Platform/Linux-SunPro-Fortran.cmake diff --git a/Modules/Platform/Linux-SunPro-C.cmake b/Modules/Platform/Linux-SunPro-C.cmake deleted file mode 100644 index 45ef404..0000000 --- a/Modules/Platform/Linux-SunPro-C.cmake +++ /dev/null @@ -1,2 +0,0 @@ -# Linux sun studio c options -SET(CMAKE_DL_LIBS "dl") 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") diff --git a/Modules/Platform/Linux-SunPro-Fortran.cmake b/Modules/Platform/Linux-SunPro-Fortran.cmake deleted file mode 100644 index 2355aad..0000000 --- a/Modules/Platform/Linux-SunPro-Fortran.cmake +++ /dev/null @@ -1,2 +0,0 @@ -# Linux sun studio fortran options -SET(CMAKE_DL_LIBS "dl") -- cgit v0.12