From 6fc0b9ff02edaee97fe88dc615c8b11f4af9ca6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Wed, 15 Feb 2023 09:32:59 +0100 Subject: [PATCH] Remove reference to non-existing file --- tests/manual/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt index f2726f3ec..800cd0515 100644 --- a/tests/manual/CMakeLists.txt +++ b/tests/manual/CMakeLists.txt @@ -66,5 +66,4 @@ add_manual_test(ssl_server.cpp) target_link_libraries(${test_prefix}ssl_server mg-communication) add_manual_test(query_performance.cpp) -target_sources(${test_prefix}query_performance PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/query_performance_run.cpp) target_link_libraries(${test_prefix}query_performance mg-communication mg-utils mg-io mg-io-simulator mg-coordinator mg-query-v2 mg-storage-v3 mg-query mg-storage-v2)