From 5c55e9f1e6dc9133b7fc2872954c263227015728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Thu, 15 Aug 2024 15:35:58 -0300 Subject: [PATCH] Fixed Windows packaging. --- cmake/packaging.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index ce4f1a721..985f5f7e9 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -200,7 +200,7 @@ else() # sure there is at least one set of four (4) backlasshes. set(CPACK_NSIS_MODIFY_PATH ON) - set(CPACK_GENERATOR NSIS) # ZIP) + set(CPACK_GENERATOR NSIS ZIP) # # This sets the title at the top of the installer.