summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/SOVERSION.rst
diff options
context:
space:
mode:
authorIsuru Fernando <isuruf@gmail.com>2020-01-24 16:32:18 (GMT)
committerBrad King <brad.king@kitware.com>2020-01-24 19:13:41 (GMT)
commit4a62e3d97c3ae907d9c43d139ff5bef55ef356aa (patch)
tree77ec7a313d4394a5416bde806ac0df8cab83b73b /Help/prop_tgt/SOVERSION.rst
parentf45b2c48129ce302d100b0965374bcaacbb74219 (diff)
downloadCMake-4a62e3d97c3ae907d9c43d139ff5bef55ef356aa.zip
CMake-4a62e3d97c3ae907d9c43d139ff5bef55ef356aa.tar.gz
CMake-4a62e3d97c3ae907d9c43d139ff5bef55ef356aa.tar.bz2
macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties
Fixes: #17652
Diffstat (limited to 'Help/prop_tgt/SOVERSION.rst')
-rw-r--r--Help/prop_tgt/SOVERSION.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Help/prop_tgt/SOVERSION.rst b/Help/prop_tgt/SOVERSION.rst
index b07c17c..1a66c8f 100644
--- a/Help/prop_tgt/SOVERSION.rst
+++ b/Help/prop_tgt/SOVERSION.rst
@@ -21,7 +21,9 @@ Mach-O Versions
^^^^^^^^^^^^^^^
For shared libraries and executables on Mach-O systems (e.g. macOS, iOS),
-the ``SOVERSION`` property corresponds to *compatibility version* and
-:prop_tgt:`VERSION` to *current version*. See the :prop_tgt:`FRAMEWORK` target
-property for an example. Versions of Mach-O binaries may be checked with the
-``otool -L <binary>`` command.
+the ``SOVERSION`` property is a fallback to
+:prop_tgt:`OSX_COMPATIBILITY_VERSION` property which corresponds to
+*compatiblity version* and :prop_tgt:`VERSION` is a fallback to
+:prop_tgt:`OSX_CURRENT_VERSION` which corresponds to *current version*.
+See the :prop_tgt:`FRAMEWORK` target property for an example. Versions
+of Mach-O binaries may be checked with the ``otool -L <binary>`` command.