summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/EXTERNAL
Commit message (Collapse)AuthorAgeFilesLines
* CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES`Alex Turbov2020-06-053-0/+19
| | | | | | | 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.
* Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+2
| | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-0/+5
| | | | | This property allows scripts to determine whether they're in project mode, script mode, find-package mode, CTest, or CPack.
* CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-072-0/+3
| | | | | | | | Set progress callback on cmake instance used by CPack. The progress callback is used to output STATUS messages which are otherwise missing when issued from e.g. CPack External staging scripts. Fixes: #18567
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-059-0/+315
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.