From 44e77a6449326246fa40dfbb7ea47b15bff84923 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Fri, 23 Jun 2017 16:46:03 -0400 Subject: [PATCH] Install compression.h Change-Id: I465b018871a404207b56a466d716c2a5655447a3 --- cpp/src/arrow/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/util/CMakeLists.txt b/cpp/src/arrow/util/CMakeLists.txt index 279eaf5c3be6d..1abcce49db6bf 100644 --- a/cpp/src/arrow/util/CMakeLists.txt +++ b/cpp/src/arrow/util/CMakeLists.txt @@ -22,6 +22,7 @@ # Headers: top level install(FILES bit-util.h + compression.h key_value_metadata.h logging.h macros.h