diff options
author | Brad King <brad.king@kitware.com> | 2022-04-20 15:55:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-20 17:27:39 (GMT) |
commit | 2167fce99befa565c3a70d09a2be65a865a2f23a (patch) | |
tree | 88b0fac91611aa1dc76c039e5f8af4cb3f6e9e88 /Help | |
parent | 722e4d4619d32fa3da1a3de7fb7b37a87f5a6a8c (diff) | |
download | CMake-2167fce99befa565c3a70d09a2be65a865a2f23a.zip CMake-2167fce99befa565c3a70d09a2be65a865a2f23a.tar.gz CMake-2167fce99befa565c3a70d09a2be65a865a2f23a.tar.bz2 |
Utilities/Release: Drop SLA from CMake macOS DMG package
macOS 12 deprecates the tools needed to attach a SLA to a `.dmg`.
CMake 3.23 added `CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE` to
control whether `CPACK_RESOURCE_FILE_LICENSE` is used as the SLA.
CMake 3.24 will add policy CMP0133 to disable the SLA by default.
Explicitly turn off the SLA for CMake's official macOS binaries.
This will allow them to build on future macOS versions that have
no SLA tooling available.
Issue: #22978
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/rel-macos-dmg-no-sla.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/rel-macos-dmg-no-sla.rst b/Help/release/dev/rel-macos-dmg-no-sla.rst new file mode 100644 index 0000000..2f20aab --- /dev/null +++ b/Help/release/dev/rel-macos-dmg-no-sla.rst @@ -0,0 +1,7 @@ +rel-macos-dmg-no-sla +-------------------- + +* The precompiled macOS binaries provided on + `cmake.org <https://cmake.org/download/>`_ no longer attach a SLA + to the ``.dmg`` packages. This was removed because macOS 12 deprecated + the tools used to attach ``.dmg`` resources. |