[Cmake-commits] [cmake-commits] king committed HP-UX.cmake 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 3 15:08:32 EDT 2009


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

Modified Files:
	HP-UX.cmake 
Log Message:
BUG: Recognize .so shared libraries on HP-UX

HP-UX uses both .sl and .so as extensions for shared libraries.  This
teaches CMake to recognize .so shared libraries so they are treated
properly during link dependency analysis.


Index: HP-UX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/HP-UX.cmake,v
retrieving revision 1.30
retrieving revision 1.31
diff -C 2 -d -r1.30 -r1.31
*** HP-UX.cmake	27 Feb 2008 19:31:09 -0000	1.30
--- HP-UX.cmake	3 Jun 2009 19:08:30 -0000	1.31
***************
*** 2,5 ****
--- 2,6 ----
  SET(CMAKE_DL_LIBS "dld")
  SET(CMAKE_FIND_LIBRARY_SUFFIXES ".sl" ".so" ".a")
+ SET(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES ".so")
  
  # The HP linker needs to find transitive shared library dependencies



More information about the Cmake-commits mailing list