summarylogtreecommitdiffstats
path: root/stlplus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'stlplus.patch')
-rw-r--r--stlplus.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/stlplus.patch b/stlplus.patch
deleted file mode 100644
index 18e071dddd21..000000000000
--- a/stlplus.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/src/software/VO/CMakeLists.txt b/src/software/VO/CMakeLists.txt
-index ab3c5404..2f0ca771 100644
---- a/src/software/VO/CMakeLists.txt
-+++ b/src/software/VO/CMakeLists.txt
-@@ -39,6 +39,8 @@ if (OpenMVG_BUILD_OPENGL_EXAMPLES)
- glfw
- ${GLFW_LIBRARIES}
- openMVG_sfm
-+ ${STLPLUS_LIBRARY}
-+ openMVG_image
- )
-
- if(OpenMVG_USE_OPENCV)
-diff --git a/src/software/SfMViewer/CMakeLists.txt b/src/software/SfMViewer/CMakeLists.txt
-index 1506e986..4df1a8e6 100644
---- a/src/software/SfMViewer/CMakeLists.txt
-+++ b/src/software/SfMViewer/CMakeLists.txt
-@@ -36,6 +36,7 @@ target_link_libraries(openMVG_main_sfmViewer
- openMVG_features
- openMVG_multiview
- openMVG_sfm
-+ ${STLPLUS_LIBRARY}
- ${OPENGL_gl_LIBRARY}
- glfw
- ${GLFW_LIBRARIES})