We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86af46 commit 0e4d858Copy full SHA for 0e4d858
packaging/WiX/CMakeLists.txt
@@ -313,6 +313,10 @@ function(set_wix_components)
313
out("</DirectoryRef>")
314
315
# Define components
316
+ # Note: Currently we do not put Debuginfo component into MSI, only ZIP
317
+
318
+ set(COMPONENTS ${COMPONENTS})
319
+ list(REMOVE_ITEM COMPONENTS "Debuginfo")
320
321
set(OUT_VAR WIX_COMPONENTS)
322
@@ -321,7 +325,7 @@ function(set_wix_components)
325
get_dir_id(${d_suffix} d_id)
326
323
327
foreach(C ${COMPONENTS})
324
-
328
329
if(NOT FILES${C}${d_suffix})
330
continue()
331
endif()
0 commit comments