From 85a5f6890f3fb16749bf1953264e70ff19d1b64f Mon Sep 17 00:00:00 2001 From: Jeffrey Schultz <479560+jeffreyschultz@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:22:21 -0400 Subject: [PATCH] fix(build): bump cmake_minimum_required to 3.5 - Modern CMake (3.30+) removed support for cmake_minimum_required < 3.5 - Bump from 2.8.5 to the minimum version still accepted --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93cf495..e4db542 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.5) +cmake_minimum_required(VERSION 3.5) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) # If this is the root project, issue a project() command so that