Skip to content

Commit

Permalink
Make rtabmap_viz fails during cmake when rtabmap is not built with gu…
Browse files Browse the repository at this point in the history
…i component
  • Loading branch information
matlabbe committed Jun 15, 2024
1 parent d3d874c commit fdd13c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rtabmap_viz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ find_package(rtabmap_msgs REQUIRED)
find_package(rtabmap_sync REQUIRED)
find_package(tf2 REQUIRED)

find_package(RTABMap COMPONENTS gui REQUIRED)

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/include
)
Expand Down

0 comments on commit fdd13c3

Please sign in to comment.