aboutsummaryrefslogtreecommitdiff
path: root/graphics/colmap/files/patch-cmake_FindDependencies.cmake
Commit message (Collapse)AuthorAgeFilesLines
* graphics/colmap: update to 3.12.5Robert Clausecker2025-08-291-19/+0
| | | | | | | Upstream now supports compilation with boost 1.89, so drop our site patch. Changelog: https://github.com/colmap/colmap/releases/tag/3.12.5
* graphics/colmap: no longer depend on libboost_systemRobert Clausecker2025-08-041-0/+19
This boost component is no longer a shared library. Patch cmake build scripts so it doesn't try to detect it. Also remove now unreferenced BOOST_STATIC options. Reported by: fluffy