[Cmake-commits] [cmake-commits] hoffman committed HP-UX.cmake 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 15 13:17:57 EDT 2009


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

Modified Files:
	HP-UX.cmake 
Log Message:
ENH: put the 64 bit paths first


Index: HP-UX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/HP-UX.cmake,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** HP-UX.cmake	15 Jun 2009 16:39:11 -0000	1.32
--- HP-UX.cmake	15 Jun 2009 17:17:54 -0000	1.33
***************
*** 89,93 ****
  ENDIF(CMAKE_COMPILER_IS_GNUCXX)
  # set flags for gcc support
- INCLUDE(Platform/UnixPaths)
  IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
    LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /usr/lib/hpux32)
--- 89,92 ----
***************
*** 95,98 ****
--- 94,99 ----
    LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /usr/lib/hpux64)
  ENDIF(CMAKE_SIZEOF_VOID_P EQUAL 4)
+ INCLUDE(Platform/UnixPaths)
+ 
  
  IF(NOT CMAKE_COMPILER_IS_GNUCC)



More information about the Cmake-commits mailing list