Skip to content

Commit

Permalink
Merge pull request #33 from gokulbnr/master
Browse files Browse the repository at this point in the history
curl added in CMake files for the driver.
  • Loading branch information
lbristiel-psee authored Feb 5, 2025
2 parents f7c719b + 4abe110 commit f5e2255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prophesee_ros_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ target_link_libraries(
prophesee_ros_publisher
MetavisionSDK::stream
${catkin_LIBRARIES}
curl
)

add_dependencies(
Expand All @@ -70,10 +71,12 @@ target_link_libraries(
prophesee_ros_viewer
MetavisionSDK::stream
${catkin_LIBRARIES}
curl
)

add_dependencies(
prophesee_ros_viewer
prophesee_event_msgs_generate_messages_cpp
${catkin_EXPORTED_TARGETS}
curl
)

0 comments on commit f5e2255

Please sign in to comment.