aboutsummaryrefslogtreecommitdiff
path: root/ports/orc/0002-fix-executable-output-folder.patch
diff options
context:
space:
mode:
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)