Commit b3ddef2f authored by gabime's avatar gabime

Minor cmake fix in for tests

parent 07d75317
...@@ -27,7 +27,7 @@ set(SPDLOG_UTESTS_SOURCES ...@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment