FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst 394 B

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