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.
This commit is contained in:
Brad King 2009-08-07 09:56:20 -04:00
parent 2eb438c020
commit ee7231c03f
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
SET(CMAKE_DL_LIBS "")
INCLUDE(Platform/NetBSD)
SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)
INCLUDE(Platform/UnixPaths)