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/09/23 22:13:42 UTC

[incubator-datasketches-cpp] branch cpc_cmake_fix created (now d70cc34)

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

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


      at d70cc34  fix CMakeLists.txt to capture renamed file

This branch includes the following new commits:

     new d70cc34  fix CMakeLists.txt to capture renamed file

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-datasketches-cpp] 01/01: fix CMakeLists.txt to capture renamed file

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d70cc34976e5933c5a17aa9d98abfad360c10e61
Author: jmalkin <jm...@users.noreply.github.com>
AuthorDate: Mon Sep 23 15:13:28 2019 -0700

    fix CMakeLists.txt to capture renamed file
---
 cpc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpc/CMakeLists.txt b/cpc/CMakeLists.txt
index 3eb6863..3eec4e8 100644
--- a/cpc/CMakeLists.txt
+++ b/cpc/CMakeLists.txt
@@ -52,7 +52,6 @@ target_sources(cpc
     ${CMAKE_CURRENT_SOURCE_DIR}/include/cpc_union.hpp
     ${CMAKE_CURRENT_SOURCE_DIR}/include/cpc_common.hpp
   PRIVATE
-    src/compressionData.data
     src/cpc_sketch.cpp
     src/fm85.cpp
     src/fm85Compression.cpp
@@ -62,6 +61,7 @@ target_sources(cpc
     src/iconEstimator.cpp
     src/u32Table.cpp
     include/common.h
+    include/compressionData.h
     include/fm85.h
     include/fm85Compression.h
     include/fm85Confidence.h


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