We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SPDLOG_NO_THREAD_ID
OFF
1 parent 723d4b5 commit f5ccc42Copy full SHA for f5ccc42
1 file changed
cmake/deps/Spdlog.cmake
@@ -1,7 +1,7 @@
1
option(SPDLOG_ENABLE_PCH "" ON)
2
option(SPDLOG_DISABLE_DEFAULT_LOGGER "" ON)
3
option(SPDLOG_FMT_EXTERNAL "" ON)
4
-option(SPDLOG_NO_THREAD_ID "" ON)
+option(SPDLOG_NO_THREAD_ID "" OFF)
5
option(SPDLOG_WCHAR_FILENAMES "" ON)
6
option(SPDLOG_WCHAR_SUPPORT "" ON)
7
0 commit comments