mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-10 22:50:49 +08:00
CMakeLists.txt format
This commit is contained in:
parent
3a54caee36
commit
fbffd38030
@ -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_DISABLE_GLOBAL_LOGGER "Disable global logger creation" OFF)
|
||||||
option(SPDLOG_NO_TLS "Disable thread local storage" OFF)
|
option(SPDLOG_NO_TLS "Disable thread local storage" OFF)
|
||||||
option(SPDLOG_TIDY "run clang-tidy" OFF)
|
option(SPDLOG_TIDY "run clang-tidy" OFF)
|
||||||
|
|
||||||
if (SPDLOG_TIDY)
|
if (SPDLOG_TIDY)
|
||||||
set(CMAKE_CXX_CLANG_TIDY "clang-tidy")
|
set(CMAKE_CXX_CLANG_TIDY "clang-tidy")
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user