diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-25 20:40:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-25 20:40:08 +0000 |
commit | a200b33a3abda59c443ec2b6d519ed7ba9ba1f85 (patch) | |
tree | 4697844eb7725b66323bf94f4b15ac3fcdebc49c /databases/tiledb/Makefile | |
parent | b6368bd30dfaa4f2fa8c064c5d84530a41455e08 (diff) |
Notes
Diffstat (limited to 'databases/tiledb/Makefile')
-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 |