Skip to content

Commit 546eb70

Browse files
tonynajjarayrton04
authored andcommitted
Fix angles dependency (#747)
* Add angles to CMakeLists.txt
1 parent 0c93dde commit 546eb70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
1515
endif()
1616

1717
find_package(ament_cmake REQUIRED)
18+
find_package(angles REQUIRED)
1819
find_package(rclcpp REQUIRED)
1920
find_package(diagnostic_msgs REQUIRED)
2021
find_package(diagnostic_updater REQUIRED)
@@ -104,6 +105,7 @@ target_link_libraries(
104105

105106
ament_target_dependencies(
106107
${library_name}
108+
angles
107109
diagnostic_msgs
108110
diagnostic_updater
109111
geographic_msgs

0 commit comments

Comments
 (0)