Skip to content

Commit 40f4f1e

Browse files
committed
cmake: Disable building legacy connector by default.
1 parent 081c4be commit 40f4f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ endif()
406406

407407
option(WITH_JDBC
408408
"Whether to build a variant of connector library which implements legacy JDBC API"
409-
ON
409+
OFF
410410
)
411411

412412
if(WITH_JDBC)

0 commit comments

Comments
 (0)