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

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


The following commit(s) were added to refs/heads/master by this push:
     new 30f12e2  fix cmake
     new f5741c9  Merge pull request #351 from FluorineDog/fix-cmake
30f12e2 is described below

commit 30f12e21ecc320c574362b67d12559a5c90b7155
Author: Gou Guilin <[email protected]>
AuthorDate: Tue Mar 14 19:05:04 2023 +0800

    fix cmake
    
    Signed-off-by: Gou Guilin <[email protected]>
---
 theta/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theta/CMakeLists.txt b/theta/CMakeLists.txt
index 442e6db..5ebf55a 100644
--- a/theta/CMakeLists.txt
+++ b/theta/CMakeLists.txt
@@ -62,4 +62,5 @@ install(FILES
                        include/bounds_on_ratios_in_theta_sketched_sets.hpp
                        include/compact_theta_sketch_parser.hpp
                        include/compact_theta_sketch_parser_impl.hpp
+                       include/bit_packing.hpp
   DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to