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 11f0eb0 commit 11a1332Copy full SHA for 11a1332
storage/connect/CMakeLists.txt
@@ -256,7 +256,7 @@ IF(CONNECT_WITH_JDBC)
256
MysqlInterface.java OracleInterface.java PostgresqlInterface.java)
257
SET (JAVA_SOURCES JdbcInterface.java)
258
add_jar(JdbcInterface ${JAVA_SOURCES})
259
- install_jar(JdbcInterface ${INSTALL_PLUGINDIR} COMPONENT CONNECT)
+ install_jar(JdbcInterface ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
260
add_definitions(-DJDBC_SUPPORT)
261
ELSE()
262
SET(JDBC_LIBRARY "")
0 commit comments