Skip to content

Commit

Permalink
Fix incorrect linking to console_bridge for tesseract_scene_graph exa…
Browse files Browse the repository at this point in the history
…mple
  • Loading branch information
jdlangs authored and Levi-Armstrong committed Mar 18, 2022
1 parent d58e4ea commit e8e7be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_scene_graph/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target_link_libraries(
${PROJECT_NAME}_build_graph_example
${PROJECT_NAME}
tesseract::tesseract_common
console_bridge)
console_bridge::console_bridge)
target_compile_options(${PROJECT_NAME}_build_graph_example PRIVATE ${TESSERACT_COMPILE_OPTIONS_PRIVATE}
${TESSERACT_COMPILE_OPTIONS_PUBLIC})
target_clang_tidy(${PROJECT_NAME}_build_graph_example ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
Expand Down

0 comments on commit e8e7be3

Please sign in to comment.