You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2019/08/06 17:14:39 UTC

[incubator-datasketches-cpp] branch master updated: remove missing files from cmake install

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 91d3aa6  remove missing files from cmake install
     new e8b0cd4  Merge pull request #53 from gabm/master
91d3aa6 is described below

commit 91d3aa646950a0f84eff0cdf831b1ace1925e52d
Author: Matthias Gabriel <ma...@etit.tu-chemnitz.de>
AuthorDate: Tue Aug 6 09:49:17 2019 +0200

    remove missing files from cmake install
---
 hll/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hll/CMakeLists.txt b/hll/CMakeLists.txt
index 9d5de91..3ad0fb2 100644
--- a/hll/CMakeLists.txt
+++ b/hll/CMakeLists.txt
@@ -23,10 +23,10 @@ list(APPEND hll_HEADERS "include/hll.hpp;include/AuxHashMap.hpp;include/Composit
 list(APPEND hll_HEADERS "include/CouponHashSet.hpp;include/CouponList.hpp")
 list(APPEND hll_HEADERS "include/CubicInterpolation.hpp;include/HarmonicNumbers.hpp;include/Hll4Array.hpp")
 list(APPEND hll_HEADERS "include/Hll6Array.hpp;include/Hll8Array.hpp;include/HllArray.hpp")
-list(APPEND hll_HEADERS "include/HllPairIterator.hpp;include/HllSketch.hpp;include/HllSketchImpl.hpp")
-list(APPEND hll_HEADERS "include/HllUnion.hpp;include/HllUtil.hpp;include/IntArrayPairIterator.hpp")
+list(APPEND hll_HEADERS "include/HllPairIterator.hpp;include/HllSketchImpl.hpp")
+list(APPEND hll_HEADERS "include/HllUtil.hpp;include/IntArrayPairIterator.hpp")
 list(APPEND hll_HEADERS "include/PairIterator.hpp;include/RelativeErrorTables.hpp;include/AuxHashMap-internal.hpp")
-list(APPEND hll_HEADERS "include/CompositeInterpolationXTable-internal.hpp;include/Conversions-internal.hpp")
+list(APPEND hll_HEADERS "include/CompositeInterpolationXTable-internal.hpp")
 list(APPEND hll_HEADERS "include/CouponHashSet-internal.hpp;include/CouponList-internal.hpp")
 list(APPEND hll_HEADERS "include/CubicInterpolation-internal.hpp;include/HarmonicNumbers-internal.hpp")
 list(APPEND hll_HEADERS "include/Hll4Array-internal.hpp;include/Hll6Array-internal.hpp")


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