Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 1 | -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 groups | Alex Opie | 2024-06-03 | 3 | -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 hosts | Brad King | 2024-03-18 | 1 | -0/+5 |
| | |||||
* | Tests: Convert CPackWiXGenerator to RunCMake.CPack_WIX | Brad King | 2024-03-18 | 8 | -0/+153 |
| | |||||
* | Tests/RunCMake: Add new infrastructure to run cpack | Brad King | 2024-03-18 | 1 | -0/+14 |
Create an alternative to the `Tests/RunCMake/CPack` infrastructure that more closely follows the rest of RunCMake's conventions. |