Skip to content

Commit 163629f

Browse files
committed
- MDEV-11067 suggested to add configuration support to the Apache wrapper.
Try to fix the INSTALL command. modified: storage/connect/CMakeLists.txt
1 parent 0bec832 commit 163629f

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
@@ -271,7 +271,7 @@ IF(CONNECT_WITH_JDBC)
271271
SET (JAVA_SOURCES JdbcInterface.java)
272272
add_jar(JdbcInterface ${JAVA_SOURCES})
273273
install_jar(JdbcInterface DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
274-
INSTALL(FILES ${CURRENT_SOURCE_DIR}JavaWrappers.jar
274+
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/JavaWrappers.jar
275275
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
276276
add_definitions(-DJDBC_SUPPORT)
277277
ELSE()

0 commit comments

Comments
 (0)