mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
fix for Undefined symbols for architecture x86_64: "Nabo::NearestNeighbourSearch (#1117)
related to https://github.com/ethz-asl/libpointmatcher/issues/514 employ fix from https://github.com/ethz-asl/libpointmatcher/pull/513
This commit is contained in:
@@ -519,6 +519,9 @@ IF(WITH_POINTMATCHER)
|
||||
find_package(libpointmatcher QUIET)
|
||||
IF(libpointmatcher_FOUND)
|
||||
MESSAGE(STATUS "Found libpointmatcher: ${libpointmatcher_INCLUDE_DIRS}")
|
||||
# Find libnabo:
|
||||
find_package(libnabo REQUIRED PATHS ${LIBNABO_INSTALL_DIR})
|
||||
message(STATUS "libnabo found, version ${libnabo_VERSION} (Config mode)")
|
||||
ENDIF(libpointmatcher_FOUND)
|
||||
ENDIF(WITH_POINTMATCHER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user