Skip to content

Commit b2555aa

Browse files
committed
Fix to make Debug binaries component default disabled
2 parents d305e2e + cc45262 commit b2555aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/WiX/CPackWixConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SET(CPACK_COMPONENT_GROUP_MYSQLSERVER_DESCRIPTION "Install MySQL Server")
5656
SET(CPACK_COMPONENT_DEBUGBINARIES_DISPLAY_NAME "Debug binaries")
5757
SET(CPACK_COMPONENT_DEBUGBINARIES_DESCRIPTION
5858
"Debug/trace versions of executables and libraries" )
59-
#SET(CPACK_COMPONENT_DEBUGBINARIES_WIX_LEVEL 2)
59+
SET(CPACK_COMPONENT_DEBUGBINARIES_WIX_LEVEL 2)
6060

6161

6262
#Subfeature "Data Files"

0 commit comments

Comments
 (0)