From eee0a4676fe3f829bcd5ba887109745e07da536c Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Sat, 1 Dec 2018 20:43:39 +0200 Subject: [PATCH] Removed unnecessary code in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17504fda..9329ae3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") add_executable(tests $<TARGET_OBJECTS:common> ${test_main_SRC} - ${test_SRC} test/Services/EventReportService.cpp) + ${test_SRC}) target_link_libraries(tests Catch2::Catch2) ENDIF() -- GitLab