Skip to content

Commit cf828d4

Browse files
committed
Bug#37179475 MSI installer should not install cmake configuration script in "Typical" profile -- post push fix
The new "DevCommon" component must be added to ZIP package specs.
1 parent ab7a978 commit cf828d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ cpack_add_component_group(main)
190190
cpack_add_component_group(tests)
191191
cpack_add_component_group(debug)
192192

193+
cpack_add_component(DevCommon GROUP main)
193194
cpack_add_component(XDevAPIDev GROUP main)
194195
cpack_add_component(XDevAPIDll GROUP main)
195196
cpack_add_component(JDBCDev GROUP main)

0 commit comments

Comments
 (0)