[Cmake-commits] [cmake-commits] king committed OpenBSD.cmake 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 7 09:56:23 EDT 2009


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

Modified Files:
	OpenBSD.cmake 
Log Message:
Use NetBSD to initialize OpenBSD configuration

We teach Modules/Platform/OpenBSD.cmake to load NetBSD first since the
platforms are so similar.  This enables RPATH support on OpenBSD.


Index: OpenBSD.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/OpenBSD.cmake,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** OpenBSD.cmake	22 Sep 2008 15:08:16 -0000	1.7
--- OpenBSD.cmake	7 Aug 2009 13:56:20 -0000	1.8
***************
*** 1,3 ****
! SET(CMAKE_DL_LIBS "")
  SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)
- INCLUDE(Platform/UnixPaths)
--- 1,2 ----
! INCLUDE(Platform/NetBSD)
  SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)



More information about the Cmake-commits mailing list