From 1665ecc5c27b1367ff7ce9627df41dc4ee87b04a Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Thu, 19 Jun 2025 02:29:35 -0700 Subject: [PATCH] Remove CMake max version, fixes #623 PiperOrigin-RevId: 773265809 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb91f80..8463664 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.11...4.0) +cmake_minimum_required(VERSION 3.11) include(FetchContent)