Remove reference to non-existing file

This commit is contained in:
János Benjamin Antal 2023-02-15 09:32:59 +01:00
parent c88bb50dff
commit 6fc0b9ff02

View File

@ -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)