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:
cdb0y511
2023-08-28 04:36:49 +08:00
committed by GitHub
parent 20ad6cca2c
commit 6a5b844bac
2 changed files with 4 additions and 0 deletions

View File

@@ -457,6 +457,7 @@ IF(libpointmatcher_FOUND)
SET(LIBRARIES
${LIBRARIES}
${libpointmatcher_LIBRARIES}
libnabo::nabo
)
ENDIF(libpointmatcher_FOUND)