Skip to content

Commit

Permalink
fix: added ament_cmake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dfbakin committed Jun 30, 2024
1 parent 4a1072d commit a9287a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/camera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
# find_package(cv_bridge REQUIRED)
find_package(OpenCV REQUIRED)
find_package(yaml_cpp_vendor REQUIRED)
find_package(ament_cmake REQUIRED)
find_package(Boost REQUIRED)

add_library(mvsdk SHARED IMPORTED)
Expand Down

0 comments on commit a9287a7

Please sign in to comment.