From e930152aed85437f3df72a093dedd19076b00f74 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Sat, 30 Sep 2017 11:55:43 -0500 Subject: [PATCH] Only build compute modules if -DARROW_COMPUTE=ON Change-Id: Icd2379a94062b51aeed5a137ce240ce30e0b7bd9 --- cpp/src/arrow/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt index 5b5020d70a7a8..5c90331418142 100644 --- a/cpp/src/arrow/CMakeLists.txt +++ b/cpp/src/arrow/CMakeLists.txt @@ -28,9 +28,6 @@ set(ARROW_SRCS type.cc visitor.cc - compute/cast.cc - compute/context.cc - io/file.cc io/interfaces.cc io/memory.cc