Add CONNECT_WITH_JDBC to CMakeLists.txt

This commit is contained in:
Olivier Bertrand 2016-07-11 18:45:37 +02:00
parent 8388ae6c00
commit 11f0eb0f1d

View file

@ -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