python3Packages.opensfm: fix build

This commit is contained in:
Sigmanificient
2025-11-03 06:11:35 +01:00
parent ca315c87d8
commit 38bae9be00
@@ -57,6 +57,9 @@ buildPythonPackage rec {
];
postPatch = ''
substituteInPlace opensfm/src/CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
rm opensfm/src/cmake/FindGlog.cmake
rm opensfm/src/cmake/FindGflags.cmake