Nils Gladitz
6e3f6e925d
CPack/WiX: Allow multiple empty top-level components
...
Avoid generating empty / conflicting directory components for
the installation root which is shared across components and
(except for the degenerate case of an empty installer)
will always be created implicitly.
2025-09-11 15:18:50 +02:00
Daniel Nicoletti
1a6dbcc9ea
CPack: Add AppImage generator
...
This AppImage generator only relies on appimagetool and patchelf.
Closes : #27104
Co-authored-by: Brad King <brad.king@kitware.com >
2025-09-03 18:50:40 -04:00
Jens Carl
7ce9556acf
CPack/NuGet: Set correct version for test case CPack NuGet Lib
2025-06-11 10:11:34 -07:00
Jens Carl
e71396c8db
CPack/NuGet: Enable the generation of NuGet symbol package(s)
...
Enable the generation of NuGet symbol package(s) with the new variable
`CPACK_NUGET_SYMBOL_PACKAGE`. CPack generates then normal nuget package
(*.nupkg) and a symbol nuget package (*.snupkg). The new generate
package contains PDB files.
Fixes : #26976
2025-06-05 10:41:22 -04:00
Kitware Robot
1772622772
LICENSE: Replace references to Copyright.txt with LICENSE.rst
...
```
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
```
2025-03-03 10:43:35 -05:00
Alex Turbov
78e45c2db6
Style: Replace TABs with spaces for indentation in some files
...
Mark files that must use TABs to indent in the `.gitattributes`.
Use space instead of TABs in sources and some data/test files.
2025-01-12 18:49:25 +04:00
Brad King
f4aa34daa7
Tests/RunCMake: Update cmake_minimum_required versions to 3.10
...
For policy-specific tests, use the version before the policy was
introduced. Otherwise, use 3.10 where possible.
2024-10-03 11:52:22 -04:00
Alex Opie
0f4d3664a9
CPack/NuGet: Build dependencies in groups
...
This allows particular frameworks to be targeted by
particular dependencies, and for empty dependency
groups to satisfy NuGet's framework-matching
requirements.
2024-06-03 11:28:49 -04:00
Brad King
406e207e74
Tests: Teach RunCMake.CPack_WIX to honor windows-arm64 hosts
2024-03-18 15:12:02 -04:00
Brad King
9c472b9482
Tests: Convert CPackWiXGenerator to RunCMake.CPack_WIX
2024-03-18 15:11:49 -04:00
Brad King
0b3756a7e3
Tests/RunCMake: Add new infrastructure to run cpack
...
Create an alternative to the `Tests/RunCMake/CPack` infrastructure
that more closely follows the rest of RunCMake's conventions.
2024-03-18 14:04:17 -04:00