summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/External
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Enable RunCMake.CPack_External test more reliablyBrad King2024-03-111-0/+4
| | | | | | | In commit 2ef966bc77 (Testing: Add test for CPack External generator, 2018-06-11, v3.13.0-rc1~361^2~2) this test was added without defining its `get_test_prerequirements` function, so it has been re-using the conditions from the previous test type (STGZ).
* CPack: Rename Ext generator to ExternalCraig Scott2018-11-052-0/+31
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.