Răsfoiți Sursa

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 ani în urmă
părinte
comite
ee7231c03f
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  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)