summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/EXT
Commit message (Collapse)AuthorAgeFilesLines
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-059-315/+0
| | | | | 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-144-1/+30
| | | | | | | | | 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
* Testing: Add test for CPack External generatorKyle Edwards2018-07-027-0/+286
This test case ensures that the CPack External generator produces the proper .json file, and also ensures that the version negotation with CPACK_EXT_REQUESTED_VERSIONS works properly.