FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst 372 B

123456789
  1. FIND_LIBRARY_USE_OPENBSD_VERSIONING
  2. -----------------------------------
  3. Whether FIND_LIBRARY should find OpenBSD-style shared libraries.
  4. This property is a boolean specifying whether the FIND_LIBRARY command
  5. should find shared libraries with OpenBSD-style versioned extension:
  6. ".so.<major>.<minor>". The property is set to true on OpenBSD and
  7. false on other platforms.