summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCPack
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* Style: Replace TABs with spaces for indentation in some filesAlex Turbov2025-01-121-5/+5
| | | | | Mark files that must use TABs to indent in the `.gitattributes`. Use space instead of TABs in sources and some data/test files.
* 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.