diff options
-rw-r--r-- | databases/tiledb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 315560400657..1a9adae33bb0 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= catch>=0:devel/catch \ USES= cmake compiler:c++11-lang ssl CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2 -CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_WERROR TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE +CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR CMAKE_ON= TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS GH_ACCOUNT= TileDB-Inc |