Remove obsolete part from cmake configuration files

Spdlog requires CMake version 3.10 or higher (by means of `cmake_minimum_required(VERSION 3.10...3.21)`)
pull/2871/head
albert-github 2 years ago
parent cedfeeb95f
commit d197b5775e

@ -129,9 +129,7 @@ option(
option(SPDLOG_DISABLE_DEFAULT_LOGGER "Disable default logger creation" OFF)
# clang-tidy
if(${CMAKE_VERSION} VERSION_GREATER "3.5")
option(SPDLOG_TIDY "run clang-tidy" OFF)
endif()
option(SPDLOG_TIDY "run clang-tidy" OFF)
if(SPDLOG_TIDY)
set(CMAKE_CXX_CLANG_TIDY "clang-tidy")

Loading…
Cancel
Save