You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/07/07 23:58:08 UTC

[incubator-datasketches-cpp] branch tuple_sketch updated: moved conditional_back_inserter

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch tuple_sketch
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git


The following commit(s) were added to refs/heads/tuple_sketch by this push:
     new 128de0b  moved conditional_back_inserter
128de0b is described below

commit 128de0bd85685b5e26b7626db59468f709aaea67
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Jul 7 16:57:56 2020 -0700

    moved conditional_back_inserter
---
 common/CMakeLists.txt | 1 +
 theta/CMakeLists.txt  | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 4ba9e1d..7b97cde 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -38,5 +38,6 @@ target_sources(common
     ${CMAKE_CURRENT_SOURCE_DIR}/include/count_zeros.hpp
     ${CMAKE_CURRENT_SOURCE_DIR}/include/inv_pow2_table.hpp
     ${CMAKE_CURRENT_SOURCE_DIR}/include/binomial_bounds.hpp
+    ${CMAKE_CURRENT_SOURCE_DIR}/include/conditional_back_inserter.hpp
 )
 
diff --git a/theta/CMakeLists.txt b/theta/CMakeLists.txt
index d1f523e..a68b70b 100644
--- a/theta/CMakeLists.txt
+++ b/theta/CMakeLists.txt
@@ -36,7 +36,6 @@ set(theta_HEADERS "")
 list(APPEND theta_HEADERS "include/theta_sketch.hpp;include/theta_union.hpp;include/theta_intersection.hpp")
 list(APPEND theta_HEADERS "include/theta_a_not_b.hpp;include/theta_sketch_impl.hpp")
 list(APPEND theta_HEADERS "include/theta_union_impl.hpp;include/theta_intersection_impl.hpp;include/theta_a_not_b_impl.hpp")
-list(APPEND theta_HEADERS "include/conditional_back_inserter.hpp")
 
 install(TARGETS theta
   EXPORT ${PROJECT_NAME}
@@ -55,5 +54,4 @@ target_sources(theta
     ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_union_impl.hpp
     ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_intersection_impl.hpp
     ${CMAKE_CURRENT_SOURCE_DIR}/include/theta_a_not_b_impl.hpp
-    ${CMAKE_CURRENT_SOURCE_DIR}/include/conditional_back_inserter.hpp
 )


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org