From 672fd8837ea781effafc96ff35f8f80f9f58e3df Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <grigpavl@ece.auth.gr> Date: Mon, 7 Jan 2019 17:00:45 +0200 Subject: [PATCH] Remove a redundant reference to FunctionManagementService from CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e675cca2..6752c03c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,6 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") add_executable(tests $<TARGET_OBJECTS:common> ${test_main_SRC} - ${test_SRC} test/Services/FunctionManagementService.cpp) + ${test_SRC}) target_link_libraries(tests Catch2::Catch2) ENDIF () -- GitLab