diff options
author | Brad King <brad.king@kitware.com> | 2015-11-09 15:06:38 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-11-09 15:06:38 (GMT) |
commit | 0ecb5e7f8b02c96823104ab4b08773dccb12a2c8 (patch) | |
tree | 034c396ea14a3ee6a560af16b8b00b07fb16e25c /Modules | |
parent | 9ad0ae1c01d67ba788645d3114967ba8718d4ec7 (diff) | |
parent | f88533cc067ea252254b0851d87f09ef798e2c97 (diff) | |
download | CMake-0ecb5e7f8b02c96823104ab4b08773dccb12a2c8.zip CMake-0ecb5e7f8b02c96823104ab4b08773dccb12a2c8.tar.gz CMake-0ecb5e7f8b02c96823104ab4b08773dccb12a2c8.tar.bz2 |
Merge topic 'cpack-dmg-multilanguage-sla'
f88533cc CPackDMG: Add support for multilingual SLAs
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackDMG.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/CPackDMG.cmake b/Modules/CPackDMG.cmake index b7a6ba5..37d7352 100644 --- a/Modules/CPackDMG.cmake +++ b/Modules/CPackDMG.cmake @@ -36,6 +36,19 @@ # background image is set. The background image is applied after applying the # custom .DS_Store file. # +# .. variable:: CPACK_DMG_SLA_DIR +# +# Directory where license and menu files for different languages are stored. +# +# .. variable:: CPACK_DMG_SLA_LANGUAGES +# +# Languages for which a license agreement is provided when mounting the +# generated DMG. +# +# For every language in this list, CPack will try to find files +# ``<language>.menu.txt`` and ``<language>.license.txt`` in the directory +# specified by the :variable:`CPACK_DMG_SLA_DIR` variable. +# # .. variable:: CPACK_COMMAND_HDIUTIL # # Path to the hdiutil(1) command used to operate on disk image files on Mac |