Brad King wrote:
> Frank Mertens wrote:
>> The solution was simple: cp NetBSD.cmake OpenBSD.cmake.
>> I think those two files can be kept safely identical.
> 
> Currently OpenBSD.cmake has this line:
> 
>   SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)

I've applied the commit below.

-Brad


Use NetBSD to initialize OpenBSD configuration
/cvsroot/CMake/CMake/Modules/Platform/OpenBSD.cmake,v  <--  
Modules/Platform/OpenBSD.cmake
new revision: 1.8; previous revision: 1.7

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)
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to