summaryrefslogtreecommitdiffstats
path: root/Help/cpack_gen/external.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add `.. versionadded` directives to CPack generator docsNikita Nemkin2020-11-121-0/+4
| | | | Issue: #19715
* Help: Cleanup typos and grammar for the 3.19 releaseCraig Scott2020-10-241-3/+3
|
* CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES`Alex Turbov2020-06-051-0/+7
| | | | | | | The `CPACK_EXTERNAL_PACKAGE_SCRIPT` script may set this list variable to the full paths of generated package files. CPack copy these files from the stage directory back to the top build directory and possibly produce checksum files if the `CPACK_PACKAGE_CHECKSUM` is set.
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-1/+1
|
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-051-9/+9
| | | | | Ext and External were used inconsistently in the code and the docs. This change converts all uses of Ext to External, including within variable names used by the generator.
* CPackExt: Add CPACK_EXT_ENABLE_STAGING and CPACK_EXT_PACKAGE_SCRIPTNils Gladitz2018-08-141-10/+44
| | | | | | | | | CPACK_EXT_ENABLE_STAGING enables optional staging and CPACK_EXT_PACKAGE_SCRIPT allows to specify an optional script file that can package staged files via an external packaging tool. Issue: #18236
* Help: Add documentation for CPack External generatorKyle Edwards2018-07-021-0/+249