Skip to content

Commit

Permalink
Fix angles dependency (#747)
Browse files Browse the repository at this point in the history
* Add angles to CMakeLists.txt
  • Loading branch information
tonynajjar authored Apr 26, 2022
1 parent a0c1904 commit cf458bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
endif()

find_package(ament_cmake REQUIRED)
find_package(angles REQUIRED)
find_package(rclcpp REQUIRED)
find_package(diagnostic_msgs REQUIRED)
find_package(diagnostic_updater REQUIRED)
Expand Down Expand Up @@ -104,6 +105,7 @@ target_link_libraries(

ament_target_dependencies(
${library_name}
angles
diagnostic_msgs
diagnostic_updater
geographic_msgs
Expand Down

0 comments on commit cf458bf

Please sign in to comment.