Skip to content

Commit b7a8338

Browse files
IasonTheodorouMatthijsBurgh
authored andcommitted
updated CMakeLists rosconsole bridge
1 parent 0b63cef commit b7a8338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ configure_file(~/Documents/repos/hero_sam.bak/sam_inference/model/SAM_encoder.on
2626
find_package(catkin REQUIRED
2727
COMPONENTS
2828
rosconsole
29-
console_bridge
29+
3030
#onnxruntime_ros
3131
)
32-
32+
find_package(console_bridge REQUIRED)
3333
find_package(OpenCV REQUIRED)
3434

3535
# -------------- Cuda ------------------#

0 commit comments

Comments
 (0)