Skip to content

Commit 370ec48

Browse files
committed
Add missing serialization cmake option
1 parent 2e9babb commit 370ec48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Don't use GNU extensions
4848
option(TILEDB_VERBOSE "Prints TileDB errors with verbosity" OFF)
4949
option(TILEDB_S3 "Enables S3 support using aws-cpp-sdk" OFF)
5050
option(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

cmake/Modules/FindTileDB_EP.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)