From fb532864ba4c283a86a6c5fa2ac102767a6cd156 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Tue, 19 Aug 2025 11:00:09 -0700 Subject: [PATCH] Add comments --- cpp/CMakeLists.txt | 2 ++ cpp/src/arrow/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index bef1c841583..814b657c861 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -15,6 +15,8 @@ # specific language governing permissions and limitations # under the License. +#-AL- TEMP change to invoke CI + cmake_minimum_required(VERSION 3.25) message(STATUS "Building using CMake version: ${CMAKE_VERSION}") diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt index 42b0bcc151c..5c2a2e6534b 100644 --- a/cpp/src/arrow/CMakeLists.txt +++ b/cpp/src/arrow/CMakeLists.txt @@ -15,6 +15,8 @@ # specific language governing permissions and limitations # under the License. +#-AL- TEMP change to invoke CI + add_custom_target(arrow-all) add_custom_target(arrow) add_custom_target(arrow-benchmarks)