From df219356dd621dafea4c8aba62eeaebd692b4ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Wed, 11 Feb 2026 17:02:05 +0100 Subject: [PATCH] GH-48862: [C++][Integration] Build arrow_c_data_integration library regardless of ARROW_TEST value --- cpp/src/arrow/integration/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/src/arrow/integration/CMakeLists.txt b/cpp/src/arrow/integration/CMakeLists.txt index fd239ff2ab42..267d0adf11bf 100644 --- a/cpp/src/arrow/integration/CMakeLists.txt +++ b/cpp/src/arrow/integration/CMakeLists.txt @@ -33,7 +33,9 @@ elseif(ARROW_BUILD_INTEGRATION) add_dependencies(arrow-json-integration-test arrow arrow_testing) add_dependencies(arrow-integration arrow-json-integration-test) +endif() +if(ARROW_BUILD_INTEGRATION) add_arrow_lib(arrow_c_data_integration SOURCES c_data_integration_internal.cc