ports/misc/openmvg/files/patch-software_SfM_CMakeLists.txt
Yuri Victorovich 9103c28fb0 misc/openmvg: update 2.0 → 2.0-78
Reported by:	portscout
2023-10-20 10:56:04 -07:00

12 lines
329 B
Text

- workaround for https://github.com/openMVG/openMVG/issues/1962
--- software/SfM/CMakeLists.txt.orig 2023-09-16 06:22:49 UTC
+++ software/SfM/CMakeLists.txt
@@ -189,6 +189,7 @@ target_link_libraries(openMVG_main_FrustumFiltering
openMVG_system
openMVG_features
openMVG_sfm
+ ceres
${STLPLUS_LIBRARY}
)