Skip to content

Commit 4e9d22a

Browse files
authored
Revert "Set SPDLOG_NO_THREAD_ID option to OFF (#123)"
This reverts commit 74c8c0e.
1 parent 8df4a68 commit 4e9d22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/deps/Spdlog.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
option(SPDLOG_ENABLE_PCH "" ON)
22
option(SPDLOG_DISABLE_DEFAULT_LOGGER "" ON)
33
option(SPDLOG_FMT_EXTERNAL "" ON)
4-
option(SPDLOG_NO_THREAD_ID "" OFF)
4+
option(SPDLOG_NO_THREAD_ID "" ON)
55
option(SPDLOG_WCHAR_FILENAMES "" ON)
66
option(SPDLOG_WCHAR_SUPPORT "" ON)
77

0 commit comments

Comments
 (0)