Skip to content

Commit

Permalink
Merge pull request #49 from aosmw/bugfix/link_to_octomap
Browse files Browse the repository at this point in the history
Fix linkage to octomap(#48)
  • Loading branch information
wxmerkt authored Oct 19, 2024
2 parents 42be6df + fd5291a commit 9389c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED

target_link_libraries(${PROJECT_NAME}
Qt5::Widgets
${OCTOMAP_LIBRARIES}
octomap
)

target_include_directories(${PROJECT_NAME} PUBLIC
Expand Down

0 comments on commit 9389c24

Please sign in to comment.