[Cmake-commits] [cmake-commits] king committed Linux-SunPro-C.cmake 1.5 NONE Linux-SunPro-CXX.cmake 1.4 1.5 Linux-SunPro-Fortran.cmake 1.4 NONE

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 4 09:21:01 EST 2009


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv15488/Modules/Platform

Modified Files:
	Linux-SunPro-CXX.cmake 
Removed Files:
	Linux-SunPro-C.cmake Linux-SunPro-Fortran.cmake 
Log Message:
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.


Index: Linux-SunPro-CXX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-SunPro-CXX.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** Linux-SunPro-CXX.cmake	21 Aug 2009 14:32:26 -0000	1.4
--- Linux-SunPro-CXX.cmake	4 Dec 2009 14:20:59 -0000	1.5
***************
*** 1,4 ****
- # 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 ----

--- Linux-SunPro-C.cmake DELETED ---

--- Linux-SunPro-Fortran.cmake DELETED ---



More information about the Cmake-commits mailing list