Skip to content

Commit ebda6e9

Browse files
committed
enable MongoDB support in CONNECT
1 parent 6ca35c1 commit ebda6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ ENDIF(CONNECT_WITH_ODBC)
247247
#
248248
# JDBC with MongoDB Java Driver included but disabled
249249
#
250-
#OPTION(CONNECT_WITH_MONGO "Compile CONNECT storage engine with MONGO support" ON)
250+
OPTION(CONNECT_WITH_MONGO "Compile CONNECT storage engine with MONGO support" ON)
251251
OPTION(CONNECT_WITH_JDBC "Compile CONNECT storage engine with JDBC support" ON)
252252

253253
IF(CONNECT_WITH_JDBC)

0 commit comments

Comments
 (0)