From 4026b54a5eee4d221ffe4e97ae311c7ab08d5ea4 Mon Sep 17 00:00:00 2001 From: Ernest Zaslavsky Date: Mon, 9 Feb 2026 18:52:01 +0200 Subject: [PATCH] s3_perf: fix the CMake build Fix the CMake build of the perf_s3_client by adding the necessary linkage with the jsoncpp library. --- test/perf/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/perf/CMakeLists.txt b/test/perf/CMakeLists.txt index 4409497dee..ce02d59b39 100644 --- a/test/perf/CMakeLists.txt +++ b/test/perf/CMakeLists.txt @@ -93,7 +93,9 @@ add_perf_test(perf_mutation_fragment) add_perf_test(perf_vint) add_perf_test(perf_row_cache_reads) add_perf_test(perf_generic_server) -add_perf_test(perf_s3_client) +add_perf_test(perf_s3_client + LIBRARIES + JsonCpp::JsonCpp) add_perf_test(perf_sort_by_proximity) add_perf_test(perf_bti_key_translation LIBRARIES