From 7670eba1937be0f913bf2aaba1fda8dafa7c5e8e Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 30 Nov 2025 19:34:27 +0100 Subject: [PATCH] Update minimum CMake version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa4285..4d99eb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) # ---[ Project PROJECT(pthreadpool C)