Update CMakeLists.txt to fix #3029

This commit is contained in:
Gabi Melman 2024-04-05 11:13:36 +03:00 committed by GitHub
parent 8fed530bdf
commit a2b4262090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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