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)