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 0bec832 commit 163629fCopy full SHA for 163629f
storage/connect/CMakeLists.txt
@@ -271,7 +271,7 @@ IF(CONNECT_WITH_JDBC)
271
SET (JAVA_SOURCES JdbcInterface.java)
272
add_jar(JdbcInterface ${JAVA_SOURCES})
273
install_jar(JdbcInterface DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
274
- INSTALL(FILES ${CURRENT_SOURCE_DIR}JavaWrappers.jar
+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/JavaWrappers.jar
275
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
276
add_definitions(-DJDBC_SUPPORT)
277
ELSE()
0 commit comments