summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCPack
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
| | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible.
* CPack/NuGet: Build dependencies in groupsAlex Opie2024-06-033-0/+34
| | | | | | | This allows particular frameworks to be targeted by particular dependencies, and for empty dependency groups to satisfy NuGet's framework-matching requirements.
* Tests: Teach RunCMake.CPack_WIX to honor windows-arm64 hostsBrad King2024-03-181-0/+5
|
* Tests: Convert CPackWiXGenerator to RunCMake.CPack_WIXBrad King2024-03-188-0/+153
|
* Tests/RunCMake: Add new infrastructure to run cpackBrad King2024-03-181-0/+14
Create an alternative to the `Tests/RunCMake/CPack` infrastructure that more closely follows the rest of RunCMake's conventions.