Skip to content

Commit 4aa4c71

Browse files
committed
fix
1 parent 3696274 commit 4aa4c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/o/openmvg/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ package("openmvg")
2727

2828
on_install("linux", "windows|x86", "windows|x64", "macosx", function (package)
2929
io.replace("src/CMakeLists.txt", ";flann::flann_cpp", "", {plain = true})
30+
os.rm("src/cmakeFindModules/FindFLANN.cmake")
3031
if package:is_plat("windows") then
3132
io.replace("src/openMVG/matching/metric_hamming.hpp", "#ifdef _MSC_VER",
3233
"#if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_IX86) || defined(_M_ARM64) || defined(_M_ARM64EC))", {plain = true})

0 commit comments

Comments
 (0)