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,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.11)
project(spdlog_utests CXX)
if(NOT TARGET spdlog)