Skip to content

Commit 94b4a92

Browse files
authored
Use correct target for console_bridge (#136)
1 parent 58ee1ec commit 94b4a92

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
@@ -32,7 +32,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC tinyxml2::tinyxml2)
3232

3333
# Ament dependencies
3434
target_link_libraries(${PROJECT_NAME} PUBLIC
35-
console_bridge
35+
console_bridge::console_bridge
3636
urdf::urdf
3737
urdfdom_headers::urdfdom_headers
3838
)

0 commit comments

Comments
 (0)