mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 14:10:27 -06:00
Since macOS 12.0 deprecated the tools needed to attach a SLA to a `.dmg`, we should no longer do this by default. Add a policy to change the default to off. Fixes: #22978
7 lines
246 B
ReStructuredText
7 lines
246 B
ReStructuredText
cpack-dmg-sla
|
|
-------------
|
|
|
|
* The :module:`CPack` module no longer enables the SLA by default in the
|
|
:cpack_gen:`CPack DragNDrop Generator`. See policy :policy:`CMP0133`
|
|
and the :variable:`CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE` variable.
|