mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 08:50:26 +08:00
Minor cmake fix in for tests
This commit is contained in:
parent
07d753176f
commit
b3ddef2fc2
@ -27,7 +27,7 @@ set(SPDLOG_UTESTS_SOURCES
|
|||||||
test_dup_filter.cpp)
|
test_dup_filter.cpp)
|
||||||
|
|
||||||
if(systemd_FOUND)
|
if(systemd_FOUND)
|
||||||
set(SPDLOG_UTESTS_SOURCES ${SPDLOG_UTESTS_SOURCES} test_systemd.cpp)
|
list(APPEND SPDLOG_UTESTS_SOURCES test_systemd.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
|
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs")
|
||||||
|
Loading…
Reference in New Issue
Block a user