vcpkg/ports/orc/0002-fix-executable-output-folder.patch
Erwan BERNARD 03266cc498 [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
2018-10-22 04:25:37 -07:00

14 lines
335 B
Diff

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)