python3Packages.opensfm: fix build (#457989)
This commit is contained in:
@@ -57,6 +57,9 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
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/FindGlog.cmake
|
||||||
rm opensfm/src/cmake/FindGflags.cmake
|
rm opensfm/src/cmake/FindGflags.cmake
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user