aboutsummaryrefslogtreecommitdiff
path: root/ports/orc/0002-fix-executable-output-folder.patch
diff options
context:
space:
mode:
authorErwan BERNARD <edmBernard@users.noreply.github.com>2019-03-18 20:26:29 +0100
committerPhil Christensen <philc@microsoft.com>2019-03-18 12:26:29 -0700
commit2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf (patch)
tree5d206bb81bcc73653338349d3d2fe6a079bb88b0 /ports/orc/0002-fix-executable-output-folder.patch
parent2978d2480fa83bd4c4ea70acd9ecd95206af835c (diff)
downloadvcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.tar.gz
vcpkg-2fc5b2815eaecf8397415e7f0673c5a5ecc78fcf.zip
[orc] update to 1.5.5 (#4786)
* [orc] update to 1.5.3 * [orc] update usage with zstd * [orc] update to 1.5.4 * [orc] update to orc 1.5.5rc1 * [orc] fix static build * [orc] bump to 1.5.5
Diffstat (limited to 'ports/orc/0002-fix-executable-output-folder.patch')
-rw-r--r--ports/orc/0002-fix-executable-output-folder.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/orc/0002-fix-executable-output-folder.patch b/ports/orc/0002-fix-executable-output-folder.patch
deleted file mode 100644
index 5fa992dc1..000000000
--- a/ports/orc/0002-fix-executable-output-folder.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)