2014-08-03 19:52:23 +02:00
|
|
|
FIND_LIBRARY_USE_OPENBSD_VERSIONING
|
|
|
|
-----------------------------------
|
|
|
|
|
2016-07-09 11:21:54 +02:00
|
|
|
Whether :command:`find_library` should find OpenBSD-style shared
|
|
|
|
libraries.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2016-07-09 11:21:54 +02:00
|
|
|
This property is a boolean specifying whether the
|
|
|
|
:command:`find_library` command should find shared libraries with
|
|
|
|
OpenBSD-style versioned extension: ".so.<major>.<minor>". The
|
|
|
|
property is set to true on OpenBSD and false on other platforms.
|