Skip to content

Commit

Permalink
Updated cmake target for latest grid_map_core version
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 8, 2024
1 parent d33e98a commit a613998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corelib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a613998

Please sign in to comment.