osx-version-flags.rst 403 B

123456789
  1. add_osx_compatiblity_property
  2. -----------------------------
  3. * Target properties :prop_tgt:`OSX_COMPATIBILITY_VERSION` and
  4. :prop_tgt:`OSX_CURRENT_VERSION` were added to set the
  5. ``compatibility_version`` and ``curent_version`` respectively
  6. on macOS. For backwards compatibility, if these properties
  7. are not set, :prop_tgt:`SOVERSION` and :prop_tgt:`VERSION`
  8. are used respectively as fallbacks.