summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst b/share/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
new file mode 100755
index 0000000..9a3edd8
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
@@ -0,0 +1,9 @@
+FIND_LIBRARY_USE_OPENBSD_VERSIONING
+-----------------------------------
+
+Whether FIND_LIBRARY should find OpenBSD-style shared libraries.
+
+This property is a boolean specifying whether the 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.