mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Add CONNECT_WITH_JDBC to CMakeLists.txt
This commit is contained in:
parent
8388ae6c00
commit
11f0eb0f1d
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ ENDIF(CONNECT_WITH_ODBC)
|
||||||
#
|
#
|
||||||
# JDBC
|
# JDBC
|
||||||
#
|
#
|
||||||
|
|
||||||
|
OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON)
|
||||||
|
|
||||||
IF(CONNECT_WITH_JDBC)
|
IF(CONNECT_WITH_JDBC)
|
||||||
# TODO: detect Java SDK and the presence of JDBC connectors
|
# TODO: detect Java SDK and the presence of JDBC connectors
|
||||||
# TODO: Find how to compile and install the java wrapper class
|
# TODO: Find how to compile and install the java wrapper class
|
||||||
|
|
Loading…
Add table
Reference in a new issue