浏览代码

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.
Brad King 16 年之前
父节点
当前提交
ee7231c03f
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Modules/Platform/OpenBSD.cmake

+ 1 - 2
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)