Skip to content

Commit

Permalink
Update CMakeLists.txt to fix #3029
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Apr 5, 2024
1 parent 8fed530 commit a2b4262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2b4262

Please sign in to comment.