From 1c2892988f6822dbe44d3beaa1c0b0d65762a6b3 Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Fri, 11 Nov 2022 09:30:08 +0800 Subject: [PATCH] refactor(sync): modify CMakeLists.txt in test --- source/libs/sync/test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/libs/sync/test/CMakeLists.txt b/source/libs/sync/test/CMakeLists.txt index 935efbc0d3..b46b775b52 100644 --- a/source/libs/sync/test/CMakeLists.txt +++ b/source/libs/sync/test/CMakeLists.txt @@ -858,10 +858,6 @@ target_link_libraries(syncLeaderTransferTest sync gtest_main ) -target_link_libraries(syncReconfigFinishTest - sync - gtest_main -) target_link_libraries(syncRestoreFromSnapshot sync gtest_main