mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Updated cmake target for latest grid_map_core version
This commit is contained in:
@@ -643,10 +643,10 @@ IF(octomap_FOUND)
|
||||
ENDIF(octomap_FOUND)
|
||||
|
||||
IF(grid_map_core_FOUND)
|
||||
IF(TARGET grid_map_core)
|
||||
IF(TARGET grid_map_core::grid_map_core)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
grid_map_core
|
||||
grid_map_core::grid_map_core
|
||||
)
|
||||
ELSE()
|
||||
SET(INCLUDE_DIRS
|
||||
|
||||
Reference in New Issue
Block a user