Brad King
|
7f9817b7cb
|
Remove unnecessary executable permission from .ps1 scripts
Powershell scripts cannot be launched as commands on Windows.
They must be run through the `powershell` or `pwsh` tool.
|
2024-04-30 09:33:44 -04:00 |
|
Brad King
|
03884f4f32
|
CPack/WIX: Add support for WiX Toolset v4
Add a `CPACK_WIX_VERSION` option to specify version WiX for
which the project is configured.
Fixes: #23910
|
2024-03-24 15:26:39 -04:00 |
|
Brad King
|
e7f5ad8df2
|
Tests: Prepare RunCMake.CPack_WIX to cover multiple WiX versions
|
2024-03-24 14:43:11 -04:00 |
|
Brad King
|
eb403bb7b4
|
Tests: Pass path to WiX 3 into RunCMake.CPack_WIX test
Avoid requiring its location to be in the PATH environment variable.
|
2024-03-19 19:46:07 -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 |
|