Skip to content

Commit 11a1332

Browse files
committed
Change CONNECT to connect-engine in CMakeLists.txt
1 parent 11f0eb0 commit 11a1332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ IF(CONNECT_WITH_JDBC)
256256
MysqlInterface.java OracleInterface.java PostgresqlInterface.java)
257257
SET (JAVA_SOURCES JdbcInterface.java)
258258
add_jar(JdbcInterface ${JAVA_SOURCES})
259-
install_jar(JdbcInterface ${INSTALL_PLUGINDIR} COMPONENT CONNECT)
259+
install_jar(JdbcInterface ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
260260
add_definitions(-DJDBC_SUPPORT)
261261
ELSE()
262262
SET(JDBC_LIBRARY "")

0 commit comments

Comments
 (0)