Skip to content

Commit f5ccc42

Browse files
committed
Set SPDLOG_NO_THREAD_ID option to OFF
1 parent 723d4b5 commit f5ccc42

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)