mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Removed SPDLOG_NO_DATETIME option
This commit is contained in:
@@ -22,6 +22,7 @@ set(SPDLOG_UTESTS_SOURCES
|
||||
main.cpp
|
||||
test_mpmc_q.cpp
|
||||
test_sink.h
|
||||
test_dup_filter.cpp
|
||||
test_fmt_helper.cpp
|
||||
test_stdout_api.cpp
|
||||
test_backtrace.cpp
|
||||
@@ -35,12 +36,6 @@ if(systemd_FOUND)
|
||||
list(APPEND SPDLOG_UTESTS_SOURCES test_systemd.cpp)
|
||||
endif()
|
||||
|
||||
if(NOT SPDLOG_NO_DATETIME)
|
||||
list(APPEND SPDLOG_UTESTS_SOURCES test_dup_filter.cpp)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
Reference in New Issue
Block a user