diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-03-12 10:52:02 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-12 10:52:11 (GMT) |
commit | 3d388e5e986b7053d25cd319400e1e21410cf9c3 (patch) | |
tree | 9f5a64f765cf3544113d0e7c0e4238d8be34efd1 /Help/release/3.17.rst | |
parent | dd45b7b429ee70adfbaa522e42b9e51afcd1522d (diff) | |
parent | 14732d3f3013479440af0e702b3c82c490365a64 (diff) | |
download | CMake-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/release/3.17.rst')
-rw-r--r-- | Help/release/3.17.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst index f2c4d85..c2cfdf0 100644 --- a/Help/release/3.17.rst +++ b/Help/release/3.17.rst @@ -143,10 +143,10 @@ Properties In particular, the ``$<INSTALL_PREFIX>`` generator expression can be used to set the directory relative to the install-time prefix. -* Target properties :prop_tgt:`OSX_COMPATIBILITY_VERSION` and - :prop_tgt:`OSX_CURRENT_VERSION` were added to set the - ``compatibility_version`` and ``curent_version`` respectively - on macOS. For backwards compatibility, if these properties +* Target properties :prop_tgt:`MACHO_COMPATIBILITY_VERSION` and + :prop_tgt:`MACHO_CURRENT_VERSION` were added to set the + ``compatibility_version`` and ``curent_version``, respectively, + for Mach-O binaries. For backwards compatibility, if these properties are not set, :prop_tgt:`SOVERSION` and :prop_tgt:`VERSION` are used respectively as fallbacks. |