Skip to content

Commit

Permalink
fix: use find_package to fix rolling build error
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Mar 26, 2024
1 parent cbbc123 commit 79f960c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros2_socketcan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ endif()
# find dependencies
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
find_package(can_msgs REQUIRED)

ament_auto_add_library(${PROJECT_NAME} SHARED
src/socket_can_common.cpp
Expand Down

0 comments on commit 79f960c

Please sign in to comment.