This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch build_fix in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 039b1e351406085ef074b6de53fabf0da881e272 Author: Jon Malkin <[email protected]> AuthorDate: Thu Oct 19 10:03:07 2023 -0700 Un-break serialization test builds --- sampling/test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sampling/test/CMakeLists.txt b/sampling/test/CMakeLists.txt index 924354b..20d5806 100644 --- a/sampling/test/CMakeLists.txt +++ b/sampling/test/CMakeLists.txt @@ -75,7 +75,7 @@ target_sources(ebpps_sampling_test # Compatibility if (SERDE_COMPAT) -target_sources(sampling_test +target_sources(var_opt_sampling_test PRIVATE var_opt_sketch_deserialize_from_java_test.cpp var_opt_union_deserialize_from_java_test.cpp @@ -83,7 +83,7 @@ target_sources(sampling_test endif() if (GENERATE) -target_sources(sampling_test +target_sources(var_opt_sampling_test PRIVATE var_opt_sketch_serialize_for_java.cpp var_opt_union_serialize_for_java.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
