Repository: parquet-cpp Updated Branches: refs/heads/master 9ba0d48b2 -> 6466cfd3a
PARQUET-1098: Install util/comparison.h This was breaking third party builds. cc @majetideepak Author: Wes McKinney <[email protected]> Closes #395 from wesm/install-comparison-h and squashes the following commits: 42a48a8 [Wes McKinney] Install util/comparison.h Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/6466cfd3 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/6466cfd3 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/6466cfd3 Branch: refs/heads/master Commit: 6466cfd3a10807ae4cfefe28f58d90c358667be0 Parents: 9ba0d48 Author: Wes McKinney <[email protected]> Authored: Mon Sep 11 12:27:12 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Mon Sep 11 12:27:12 2017 -0400 ---------------------------------------------------------------------- src/parquet/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/6466cfd3/src/parquet/util/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/parquet/util/CMakeLists.txt b/src/parquet/util/CMakeLists.txt index 4717266..7b13886 100644 --- a/src/parquet/util/CMakeLists.txt +++ b/src/parquet/util/CMakeLists.txt @@ -18,6 +18,7 @@ # Headers: util install(FILES buffer-builder.h + comparison.h logging.h macros.h memory.h
