From ee7231c03fb17979d946ffd4eefabf8255324de6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 7 Aug 2009 09:56:20 -0400 Subject: [PATCH] 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. --- Modules/Platform/OpenBSD.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake index 422227be2..e7df46d97 100644 --- a/Modules/Platform/OpenBSD.cmake +++ b/Modules/Platform/OpenBSD.cmake @@ -1,3 +1,2 @@ -SET(CMAKE_DL_LIBS "") +INCLUDE(Platform/NetBSD) SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1) -INCLUDE(Platform/UnixPaths)