mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
- MDEV-11067 suggested to add configuration support to the Apache wrapper.
Try to fix the INSTALL command. modified: storage/connect/CMakeLists.txt
This commit is contained in:
parent
0bec832fea
commit
163629f32b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ${CMAKE_CURRENT_SOURCE_DIR}/JavaWrappers.jar
|
||||
DESTINATION ${INSTALL_PLUGINDIR} COMPONENT connect-engine)
|
||||
add_definitions(-DJDBC_SUPPORT)
|
||||
ELSE()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue