diff options
author | Andrew Fuller <afuller@teradici.com> | 2020-01-23 08:50:45 -0800 |
---|---|---|
committer | Andrew Fuller <afuller@teradici.com> | 2020-01-24 07:48:52 -0800 |
commit | 95719297018a35f58be49ec09162296df5e520ee (patch) | |
tree | 04e35ac2147fc316dd7b454e2a0e05a9d02a24aa /Help/cpack_gen/dmg.rst | |
parent | ab2fc918216011a03f0fe7696e7bba67fc2627b3 (diff) | |
download | cmake-95719297018a35f58be49ec09162296df5e520ee.tar.gz |
CPack/DragNDrop: Support RTF licenses
Diffstat (limited to 'Help/cpack_gen/dmg.rst')
-rw-r--r-- | Help/cpack_gen/dmg.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/cpack_gen/dmg.rst b/Help/cpack_gen/dmg.rst index 35320c2843..cede0f2557 100644 --- a/Help/cpack_gen/dmg.rst +++ b/Help/cpack_gen/dmg.rst @@ -54,10 +54,12 @@ on macOS: Directory where license and menu files for different languages are stored. Setting this causes CPack to look for a ``<language>.menu.txt`` and - ``<language>.license.txt`` file for every language defined in - ``CPACK_DMG_SLA_LANGUAGES``. If both this variable and + ``<language>.license.txt`` or ``<language>.license.rtf`` file for every + language defined in ``CPACK_DMG_SLA_LANGUAGES``. If both this variable and ``CPACK_RESOURCE_FILE_LICENSE`` are set, CPack will only look for the menu - files and use the same license file for all languages. + files and use the same license file for all languages. If both + ``<language>.license.txt`` and ``<language>.license.rtf`` exist, the ``.txt`` + file will be used. .. variable:: CPACK_DMG_SLA_LANGUAGES |