From fd8871fd9e003591ffb1063492d76265517c6d1a Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 13 Aug 2025 08:05:31 +0300 Subject: [PATCH] cmake will require at least 3.10 compatibility --- deps/clog/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/clog/CMakeLists.txt b/deps/clog/CMakeLists.txt index 6e50c41c..f40319a2 100644 --- a/deps/clog/CMakeLists.txt +++ b/deps/clog/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) INCLUDE(GNUInstallDirs)