Commit 0bec832f authored by Olivier Bertrand's avatar Olivier Bertrand

- MDEV-11067 suggested to add configuration support to the Apache wrapper.

  Suppress / from the INSTALL command.
  modified:   storage/connect/CMakeLists.txt
parent db926c38
......@@ -271,7 +271,7 @@ IF(CONNECT_WITH_JDBC)
SET (JAVA_SOURCES JdbcInterface.java)
add_jar(JdbcInterface ${JAVA_SOURCES})
install_jar(JdbcInterface DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
INSTALL(FILES ${CURRENT_SOURCE_DIR}/JavaWrappers.jar
INSTALL(FILES ${CURRENT_SOURCE_DIR}JavaWrappers.jar
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
add_definitions(-DJDBC_SUPPORT)
ELSE()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment