diff options
author | Brad King <brad.king@kitware.com> | 2020-01-28 15:58:21 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-01-28 15:59:03 (GMT) |
commit | b6da71e299ccdd202f1ea35f33cfcfeb36467e1d (patch) | |
tree | ee13e7ad9d9c5205621f1cb72896665a146aa36b /Help/release | |
parent | e4e41d33d62236f60d909bd1d06b417590933980 (diff) | |
parent | 6a84f0b79189be4c982a6ba55c5cdcafee118813 (diff) | |
download | CMake-b6da71e299ccdd202f1ea35f33cfcfeb36467e1d.zip CMake-b6da71e299ccdd202f1ea35f33cfcfeb36467e1d.tar.gz CMake-b6da71e299ccdd202f1ea35f33cfcfeb36467e1d.tar.bz2 |
Merge topic 'osx-version-flags'
6a84f0b791 macOS: Test OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties
4a62e3d97c macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4274
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/osx-version-flags.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/osx-version-flags.rst b/Help/release/dev/osx-version-flags.rst new file mode 100644 index 0000000..329aca3 --- /dev/null +++ b/Help/release/dev/osx-version-flags.rst @@ -0,0 +1,9 @@ +add_osx_compatiblity_property +----------------------------- + +* 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 + are not set, :prop_tgt:`SOVERSION` and :prop_tgt:`VERSION` + are used respectively as fallbacks. |