Removed policy_max from cmake_minimum_required(..)

pull/2876/head
gabime 2 years ago
parent 47e04cf043
commit 7d0531b076

@ -1,6 +1,6 @@
# Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT) # 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 # Start spdlog project

Loading…
Cancel
Save