From abbeef7abb4e38e871a7b1e8f52f7a9b1f5bfc63 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Thu, 25 Jul 2024 17:27:22 -0700 Subject: [PATCH] see if we can update cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17185468..07655acc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 -cmake_minimum_required(VERSION 3.24) +cmake_minimum_required(VERSION 3.27) # set the project name project(substrait-cpp)