diff options
author | Brad King <brad.king@kitware.com> | 2020-02-05 14:08:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-02-05 14:09:02 (GMT) |
commit | 12a72ba71a15e96c2040cee0cae99bbece440215 (patch) | |
tree | 861404bcbfbd56f37e04ab853868cfd1301e73c5 /Help | |
parent | b27004231d8abb418ab444e594c5ca3566b36280 (diff) | |
parent | 878a096914ea6a1a9e8f5d47d90328e9641ded56 (diff) | |
download | CMake-12a72ba71a15e96c2040cee0cae99bbece440215.zip CMake-12a72ba71a15e96c2040cee0cae99bbece440215.tar.gz CMake-12a72ba71a15e96c2040cee0cae99bbece440215.tar.bz2 |
Merge topic 'typo'
878a096914 Help: Fix typo in Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4325
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst b/Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst index 1694df1..5432b9a7 100644 --- a/Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst +++ b/Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst @@ -1,7 +1,7 @@ OSX_COMPATIBILITY_VERSION ------------------------- -What current version number is this target for OSX. +What compatibility version number is this target for OSX. For shared libraries on Mach-O systems (e.g. macOS, iOS) the ``OSX_COMPATIBILITY_VERSION`` property correspond to |