From fbffd38030db659dc9564971955e9f76ff41caad Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 1 Feb 2025 19:03:41 +0200 Subject: [PATCH] CMakeLists.txt format --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d91048bd..6bb6abb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,6 @@ option(SPDLOG_NO_THREAD_ID "prevent spdlog from querying the thread id on each l option(SPDLOG_DISABLE_GLOBAL_LOGGER "Disable global logger creation" OFF) option(SPDLOG_NO_TLS "Disable thread local storage" OFF) option(SPDLOG_TIDY "run clang-tidy" OFF) - if (SPDLOG_TIDY) set(CMAKE_CXX_CLANG_TIDY "clang-tidy") set(CMAKE_EXPORT_COMPILE_COMMANDS ON)