Skip to content
Snippets Groups Projects
Commit 28f2ad94 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Tests/CPackWiXGenerator; support non-interactive sessions

parent 9d5e32b7
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY "CPack Component Example")
set(CPACK_WIX_UPGRADE_GUID "BF20CE5E-7F7C-401D-8F7C-AB45E8D170E6")
set(CPACK_WIX_UNINSTALL "1")
# Support non-interactive sessions (like CI).
set(CPACK_WIX_LIGHT_EXTRA_FLAGS "-sval")
set(CPACK_PACKAGE_EXECUTABLES
"my-libapp" "CPack WiX Test"
"my-other-app" "Second CPack WiX Test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment