[Cmake-commits] [cmake-commits] hoffman committed HP-UX.cmake 1.31 1.32
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 15 12:39:14 EDT 2009
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv24710/Platform
Modified Files:
HP-UX.cmake
Log Message:
ENH: add more search paths on HPUX
Index: HP-UX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/HP-UX.cmake,v
retrieving revision 1.31
retrieving revision 1.32
diff -C 2 -d -r1.31 -r1.32
*** HP-UX.cmake 3 Jun 2009 19:08:30 -0000 1.31
--- HP-UX.cmake 15 Jun 2009 16:39:11 -0000 1.32
***************
*** 90,93 ****
--- 90,98 ----
# set flags for gcc support
INCLUDE(Platform/UnixPaths)
+ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
+ LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /usr/lib/hpux32)
+ ELSE(CMAKE_SIZEOF_VOID_P EQUAL 4)
+ LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /usr/lib/hpux64)
+ ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 4)
IF(NOT CMAKE_COMPILER_IS_GNUCC)
More information about the Cmake-commits
mailing list