Repository: parquet-cpp Updated Branches: refs/heads/master 2154e873d -> 3fee42058
PARQUET-819: Don't try to install no longer existing arrow/utils.h Author: Uwe L. Korn <[email protected]> Closes #211 from xhochy/PARQUET-819 and squashes the following commits: 4d21407 [Uwe L. Korn] PARQUET-819: Don't try to install no longer existing arrow/utils.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/3fee4205 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/3fee4205 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/3fee4205 Branch: refs/heads/master Commit: 3fee4205803c04ad7b5c1777f867ba773e9e73fe Parents: 2154e87 Author: Uwe L. Korn <[email protected]> Authored: Fri Dec 30 13:04:28 2016 -0500 Committer: Wes McKinney <[email protected]> Committed: Fri Dec 30 13:04:28 2016 -0500 ---------------------------------------------------------------------- src/parquet/arrow/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/3fee4205/src/parquet/arrow/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/parquet/arrow/CMakeLists.txt b/src/parquet/arrow/CMakeLists.txt index 20f6670..95741d1 100644 --- a/src/parquet/arrow/CMakeLists.txt +++ b/src/parquet/arrow/CMakeLists.txt @@ -98,6 +98,5 @@ endif() install(FILES reader.h schema.h - utils.h writer.h DESTINATION include/parquet/arrow)
