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
4848option (TILEDB_VERBOSE "Prints TileDB errors with verbosity" OFF )
4949option (TILEDB_S3 "Enables S3 support using aws-cpp-sdk" OFF )
5050option (TILEDB_HDFS "Enables HDFS support using the official Hadoop JNI bindings" OFF )
51+ option (TILEDB_SERIALIZATIOn "Enables TileDB Cloud support" OFF )
5152
5253############################################################
5354# Superbuild setup
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if (NOT TILEDB_FOUND)
4949 -DTILEDB_VERBOSE=${TILEDB_VERBOSE}
5050 -DTILEDB_S3=${TILEDB_S3}
5151 -DTILEDB_HDFS=${TILEDB_HDFS}
52+ -DTILEDB_SERIALIZATION=${TILEDB_SERIALIZATION}
5253 -DTILEDB_FORCE_ALL_DEPS=ON
5354 UPDATE_COMMAND ""
5455 INSTALL_COMMAND
You can’t perform that action at this time.
0 commit comments