From 320eedc6fa1740633b3aaba58c61f08662e63672 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 13 May 2022 16:15:31 -0700 Subject: [PATCH] reproduce cmake fixes from 3.4.x branch --- common/CMakeLists.txt | 2 ++ kll/CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index df7f1c09..7ce8df7a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -45,4 +45,6 @@ install(FILES include/bounds_binomial_proportions.hpp include/quantile_sketch_sorted_view.hpp include/quantile_sketch_sorted_view_impl.hpp + include/kolmogorov_smirnov.hpp + include/kolmogorov_smirnov_impl.hpp DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches") diff --git a/kll/CMakeLists.txt b/kll/CMakeLists.txt index 230f0206..7582b15f 100644 --- a/kll/CMakeLists.txt +++ b/kll/CMakeLists.txt @@ -41,6 +41,4 @@ install(FILES include/kll_sketch_impl.hpp include/kll_helper.hpp include/kll_helper_impl.hpp - include/kolmogorov_smirnov.hpp - include/kolmogorov_smirnov_impl.hpp DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")