ports/misc/openmvg/files/patch-software_SfM_CMakeLists.txt
Yuri Victorovich d3dbf085b4 misc/openmvg: Update 1.6 -> 2.0
Reported by:	portscout
2021-11-14 10:46:14 -08:00

12 lines
332 B
Text

- workaround for https://github.com/openMVG/openMVG/issues/1962
--- software/SfM/CMakeLists.txt.orig 2021-11-14 08:42:39 UTC
+++ software/SfM/CMakeLists.txt
@@ -200,6 +200,7 @@ target_link_libraries(openMVG_main_ComputeStructureFro
openMVG_system
openMVG_features
openMVG_sfm
+ ceres
${STLPLUS_LIBRARY}
)