aboutsummaryrefslogtreecommitdiffstats
path: root/community/flatbuffers/fix-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/flatbuffers/fix-version.patch')
-rw-r--r--community/flatbuffers/fix-version.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/flatbuffers/fix-version.patch b/community/flatbuffers/fix-version.patch
deleted file mode 100644
index cbc08af3fde..00000000000
--- a/community/flatbuffers/fix-version.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-gets our aports version otherwise
---- a/CMake/Version.cmake
-+++ b/CMake/Version.cmake
-@@ -3,7 +3,7 @@
- set(VERSION_PATCH 0)
- set(VERSION_COMMIT 0)
-
--find_program(GIT git)
-+#find_program(GIT git)
- if(GIT)
- execute_process(
- COMMAND ${GIT} describe