This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4671b39363
CMake
/
Modules
/
Platform
/
OpenBSD.cmake
3 lines
93 B
CMake
Raw
Normal View
History
Unescape
Escape
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.
2009-08-07 17:56:20 +04:00
INCLUDE
(
Platform/NetBSD
)
ENH: Teach find_library to find OpenBSD-style libs OpenBSD shared libraries use a ".so.<major>.<minor>" extension and do not have a symlink with just a ".so" extension. Its "ld" is capable of finding the library with the best version. This change adds support for finding such libraries. See issue #3470.
2008-09-22 19:08:17 +04:00
SET_PROPERTY
(
GLOBAL
PROPERTY
FIND_LIBRARY_USE_OPENBSD_VERSIONING
1
)