From a2b4262090fd3f005c2315dcb5be2f0f1774a005 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 5 Apr 2024 11:13:36 +0300 Subject: [PATCH] Update CMakeLists.txt to fix #3029 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b67bcb02f..032d50b8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT) -cmake_minimum_required(VERSION 3.11) +cmake_minimum_required(VERSION 3.10...3.21) # --------------------------------------------------------------------------------------- # Start spdlog project