summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/VERSION.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-03-12 10:52:02 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-12 10:52:11 (GMT)
commit3d388e5e986b7053d25cd319400e1e21410cf9c3 (patch)
tree9f5a64f765cf3544113d0e7c0e4238d8be34efd1 /Help/prop_tgt/VERSION.rst
parentdd45b7b429ee70adfbaa522e42b9e51afcd1522d (diff)
parent14732d3f3013479440af0e702b3c82c490365a64 (diff)
downloadCMake-3d388e5e986b7053d25cd319400e1e21410cf9c3.zip
CMake-3d388e5e986b7053d25cd319400e1e21410cf9c3.tar.gz
CMake-3d388e5e986b7053d25cd319400e1e21410cf9c3.tar.bz2
Merge topic 'rename-macho-version-properties' into release-3.17
14732d3f30 macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4452
Diffstat (limited to 'Help/prop_tgt/VERSION.rst')
-rw-r--r--Help/prop_tgt/VERSION.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/VERSION.rst b/Help/prop_tgt/VERSION.rst
index a24b613..f592f4a 100644
--- a/Help/prop_tgt/VERSION.rst
+++ b/Help/prop_tgt/VERSION.rst
@@ -23,9 +23,9 @@ Mach-O Versions
^^^^^^^^^^^^^^^
For shared libraries and executables on Mach-O systems (e.g. macOS, iOS),
-the ``VERSION`` property is a fallback to :prop_tgt:`OSX_CURRENT_VERSION`
+the ``VERSION`` property is a fallback to :prop_tgt:`MACHO_CURRENT_VERSION`
property which corresponds to *current version* and :prop_tgt:`SOVERSION`
-is a fallback to :prop_tgt:`OSX_COMPATIBILITY_VERSION` which corresponds
+is a fallback to :prop_tgt:`MACHO_COMPATIBILITY_VERSION` which corresponds
to *compatiblity 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.