Skip to content

Commit 74c8c0e

Browse files
authored
Set SPDLOG_NO_THREAD_ID option to OFF (#123)
I do not know why this was set to `ON` after merge, I remember I set it to `OFF` when I fixed the conflicts.
1 parent 3a3d0e7 commit 74c8c0e

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 "" ON)
4+
option(SPDLOG_NO_THREAD_ID "" OFF)
55
option(SPDLOG_WCHAR_FILENAMES "" ON)
66
option(SPDLOG_WCHAR_SUPPORT "" ON)
77

0 commit comments

Comments
 (0)