summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/Platform/OpenBSD.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index 422227b..e7df46d 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)