mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Add CONNECT_WITH_JDBC to CMakeLists.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user