Skip to content

Commit

Permalink
libflann: Fix build error
Browse files Browse the repository at this point in the history
Error was:

CMake Error at cmake/flann_utils.cmake:89 (message):
  Can't find pyunit file "test_nn.py"
  • Loading branch information
eigendude committed Nov 24, 2019
1 parent 30be107 commit 004f25f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-extended/libflann/libflann_1.9.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ S = "${WORKDIR}/flann-${PV}"
inherit cmake

SRC_URI += "file://0001-Use-object-libraries-instead-of-empty-file-list-in-C.patch"

EXTRA_OECMAKE = "-DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF"

0 comments on commit 004f25f

Please sign in to comment.