aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/arrow/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/arrow/portfile.cmake b/ports/arrow/portfile.cmake
index c1caba4d5..cb3aa4bd5 100644
--- a/ports/arrow/portfile.cmake
+++ b/ports/arrow/portfile.cmake
@@ -36,6 +36,7 @@ vcpkg_configure_cmake(
-DARROW_WITH_LZ4=ON
-DARROW_WITH_SNAPPY=ON
-DARROW_WITH_BROTLI=ON
+ -DPARQUET_REQUIRE_ENCRYPTION=ON
)
vcpkg_install_cmake()