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:43 UTC

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

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