From 7d0531b076bf18e7f22a57a8afd5ce8b7408162e Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Sep 2023 16:40:19 +0300 Subject: [PATCH] Removed policy_max from cmake_minimum_required(..) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7c46067..18363a22 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...3.21) +cmake_minimum_required(VERSION 3.11) # --------------------------------------------------------------------------------------- # Start spdlog project