Remove obsolete part from cmake configuration files (#2871)

Updating minimum CMake version to 3.11
This commit is contained in:
albert-github
2023-08-30 22:20:37 +02:00
committed by GitHub
parent cedfeeb95f
commit 81ce5fcdb7
4 changed files with 13 additions and 19 deletions

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.10)
cmake_minimum_required(VERSION 3.11)
project(spdlog_examples CXX)
if(NOT TARGET spdlog)