From f3c055e8a2884b8cb8a6f18ef24a038607caab31 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 31 Mar 2025 19:08:27 -0400 Subject: [PATCH] chore(build): upgrade minimum CMake version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e59554..69f0d7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) message(FATAL_ERROR