mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +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
|
||||
#
|
||||
|
||||
OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON)
|
||||
|
||||
IF(CONNECT_WITH_JDBC)
|
||||
# TODO: detect Java SDK and the presence of JDBC connectors
|
||||
# TODO: Find how to compile and install the java wrapper class
|
||||
|
|
Loading…
Reference in a new issue