Skip to content

Commit 9389c24

Browse files
authored
Merge pull request #49 from aosmw/bugfix/link_to_octomap
Fix linkage to octomap(#48)
2 parents 42be6df + fd5291a commit 9389c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
3333

3434
target_link_libraries(${PROJECT_NAME}
3535
Qt5::Widgets
36-
${OCTOMAP_LIBRARIES}
36+
octomap
3737
)
3838

3939
target_include_directories(${PROJECT_NAME} PUBLIC

0 commit comments

Comments
 (0)