From fe14c3f5466c3ad871f8b46e524d88bcc5dc1799 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 14 Jul 2023 16:20:21 +0900 Subject: [PATCH] GH-36680: [C++] Add missing ARROW_ACERO dependency to ARROW_PYTHON --- cpp/cmake_modules/DefineOptions.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/cmake_modules/DefineOptions.cmake b/cpp/cmake_modules/DefineOptions.cmake index d20af060453..4732b09ac07 100644 --- a/cpp/cmake_modules/DefineOptions.cmake +++ b/cpp/cmake_modules/DefineOptions.cmake @@ -387,6 +387,7 @@ takes precedence over ccache if a storage backend is configured" ON) (This is a deprecated option. Use CMake presets instead.)" OFF DEPENDS + ARROW_ACERO ARROW_CSV ARROW_DATASET ARROW_FILESYSTEM