Skip to content

Commit 11f0eb0

Browse files
committed
Add CONNECT_WITH_JDBC to CMakeLists.txt
1 parent 8388ae6 commit 11f0eb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/connect/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ ENDIF(CONNECT_WITH_ODBC)
235235
#
236236
# JDBC
237237
#
238+
239+
OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON)
240+
238241
IF(CONNECT_WITH_JDBC)
239242
# TODO: detect Java SDK and the presence of JDBC connectors
240243
# TODO: Find how to compile and install the java wrapper class

0 commit comments

Comments
 (0)