Skip to content

Commit

Permalink
build(cmake): enable 7-Zip CPack generator
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 18, 2023
1 parent 24e2ce4 commit 3e3e62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ endif()
#
# CPack configuration.
#
set(CPACK_GENERATOR "ZIP")
set(CPACK_GENERATOR "7Z;ZIP")

set(CPACK_VERBATIM_VARIABLES YES)

Expand Down

0 comments on commit 3e3e62b

Please sign in to comment.