File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ IF(ESSENTIALS)
9
9
ENDIF ()
10
10
ELSE ()
11
11
SET (CPACK_COMPONENTS_USED
12
- "Server;Client;Development;SharedLibraries;Documentation;Readme;Debuginfo;Common;connect-engine;ClientPlugins;gssapi-server;gssapi-client;aws-key-management" )
12
+ "Server;Client;Development;SharedLibraries;Documentation;Readme;Debuginfo;Common;connect-engine;ClientPlugins;gssapi-server;gssapi-client;aws-key-management;rocksdb-engine " )
13
13
ENDIF ()
14
14
15
15
SET ( WIX_FEATURE_MySQLServer_EXTRA_FEATURES "DBInstance;SharedClientServerComponents" )
@@ -57,7 +57,7 @@ SET(CPACK_COMPONENT_GROUP_MYSQLSERVER_DESCRIPTION "Install server")
57
57
58
58
59
59
#Miscellaneous (hidden) components, part of server / or client programs
60
- FOREACH (comp connect-engine ClientPlugins gssapi-server gssapi-client aws-key-management )
60
+ FOREACH (comp connect-engine ClientPlugins gssapi-server gssapi-client aws-key-management rocksdb-engine )
61
61
STRING (TOUPPER "${comp} " comp )
62
62
SET (CPACK_COMPONENT_${comp}_GROUP "MySQLServer" )
63
63
SET (CPACK_COMPONENT_${comp}_HIDDEN 1 )
You can’t perform that action at this time.
0 commit comments