diff options
| author | Erwan BERNARD <edmBernard@users.noreply.github.com> | 2018-10-22 13:25:37 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-22 04:25:37 -0700 |
| commit | 03266cc498138f026cbcf5754c8ff18a31c118d7 (patch) | |
| tree | 2a5da966303946b7cabcdf44e4a074b13bf5bce2 /ports/orc/0002-fix-executable-output-folder.patch | |
| parent | eb46ce1fbbdddcda3718e438d53171713e1d25d9 (diff) | |
| download | vcpkg-03266cc498138f026cbcf5754c8ff18a31c118d7.tar.gz vcpkg-03266cc498138f026cbcf5754c8ff18a31c118d7.zip | |
[orc] add apache orc library (#4496)
* [orc] add apache orc library
* [orc] Simplify patch. Note in usage that no targets are available. Don't build tools on windows because they are not supported.
* [orc] Move tools to tools/orc/ to fix Linux build.
* [orc] fix tools ouput folder
Diffstat (limited to 'ports/orc/0002-fix-executable-output-folder.patch')
| -rw-r--r-- | ports/orc/0002-fix-executable-output-folder.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/orc/0002-fix-executable-output-folder.patch b/ports/orc/0002-fix-executable-output-folder.patch new file mode 100644 index 000000000..5fa992dc1 --- /dev/null +++ b/ports/orc/0002-fix-executable-output-folder.patch @@ -0,0 +1,13 @@ +diff --git a/tools/src/CMakeLists.txt b/tools/src/CMakeLists.txt +index eb6d232..5a99f5c 100644 +--- a/tools/src/CMakeLists.txt ++++ b/tools/src/CMakeLists.txt +@@ -87,4 +87,7 @@ install(TARGETS + orc-contents + orc-metadata + orc-statistics +- DESTINATION bin) ++ orc-scan ++ orc-memory ++ csv-import ++ DESTINATION tools/orc) |
