From 3af2b47746c695142e838f8c0a4db47f8209f9d3 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sun, 31 Aug 2025 10:57:16 -0500 Subject: [PATCH] chore(build): fix compatibility with CMake 4.x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b570ed..93a0ad5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.1...3.5) if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) message(FATAL_ERROR