C++: generate a .zip for the package

For #8665

(untested)
This commit is contained in:
Olivier Goffart 2025-06-11 08:10:51 +02:00
parent 7785308c0e
commit 4c8f7a4103
2 changed files with 2 additions and 1 deletions

View file

@ -495,6 +495,7 @@ if(EXISTS "${CMAKE_BINARY_DIR}/licenses")
endif()
if(WIN32)
set(CPACK_GENERATOR "NSIS;ZIP")
if(MSVC)
set(compiler_suffix "-MSVC")
elseif(MINGW)