From cbf3e2111a5f301c08ddc357ec9be1f677b06796 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Mon, 3 Jul 2023 17:12:12 +0200 Subject: [PATCH] Enable NCZARR_ZIP support --- recipe/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/build.sh b/recipe/build.sh index d8dd562b..be0e5c32 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -79,6 +79,7 @@ cmake ${CMAKE_ARGS} \ -DENABLE_EXTERNAL_SERVER_TESTS=OFF \ ${PARALLEL} \ -DENABLE_NCZARR=on \ + -DENABLE_NCZARR_ZIP=on \ -DENABLE_NCZARR_S3=off \ -DENABLE_NCZARR_S3_TESTS=off \ ${SRC_DIR}