summarylogtreecommitdiffstats
path: root/flann.patch
diff options
context:
space:
mode:
authorbartus2018-04-09 10:24:37 +0200
committerbartus2018-04-09 10:24:37 +0200
commit012be2881cb2ce043ed9f81e1a89b308ccaa7d88 (patch)
tree52e9c8be99e76be6d26bc7866766b2f9ed824e43 /flann.patch
parente43796437ab3cdf562e7226376af11335f9952ea (diff)
downloadaur-012be2881cb2ce043ed9f81e1a89b308ccaa7d88.tar.gz
fix missing lz4 linker flag till flann gets patched
Diffstat (limited to 'flann.patch')
-rw-r--r--flann.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/flann.patch b/flann.patch
deleted file mode 100644
index 529b190ecc2a..000000000000
--- a/flann.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/openMVG/matching/CMakeLists.txt b/src/openMVG/matching/CMakeLists.txt
-index 33cc6dd8..0d0660b8 100644
---- a/src/openMVG/matching/CMakeLists.txt
-+++ b/src/openMVG/matching/CMakeLists.txt
-@@ -39,7 +39,7 @@ target_link_libraries(openMVG_matching
- if (NOT DEFINED OpenMVG_USE_INTERNAL_FLANN)
- target_link_libraries(openMVG_matching
- PUBLIC
-- ${FLANN_LIBRARIES}
-+ ${PC_FLANN_LIBRARIES}
- )
- endif()
- set_target_properties(openMVG_matching PROPERTIES SOVERSION ${OPENMVG_VERSION_MAJOR} VERSION "${OPENMVG_VERSION_MAJOR}.${OPENMVG_VERSION_MINOR}")