File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Don't use GNU extensions
48
48
option (TILEDB_VERBOSE "Prints TileDB errors with verbosity" OFF )
49
49
option (TILEDB_S3 "Enables S3 support using aws-cpp-sdk" OFF )
50
50
option (TILEDB_HDFS "Enables HDFS support using the official Hadoop JNI bindings" OFF )
51
+ option (TILEDB_SERIALIZATIOn "Enables TileDB Cloud support" OFF )
51
52
52
53
############################################################
53
54
# Superbuild setup
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if (NOT TILEDB_FOUND)
49
49
-DTILEDB_VERBOSE=${TILEDB_VERBOSE}
50
50
-DTILEDB_S3=${TILEDB_S3}
51
51
-DTILEDB_HDFS=${TILEDB_HDFS}
52
+ -DTILEDB_SERIALIZATION=${TILEDB_SERIALIZATION}
52
53
-DTILEDB_FORCE_ALL_DEPS=ON
53
54
UPDATE_COMMAND ""
54
55
INSTALL_COMMAND
You can’t perform that action at this time.
0 commit comments