summarylogtreecommitdiffstats
path: root/flann.patch
diff options
context:
space:
mode:
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}")