Skip to content

Commit 88eb2ab

Browse files
authored
Change colcon.pkg dependencies to be test-dependencies (#293)
The dependencies on ament_cmake, ament_cmake_gtest, and googletest-distribution are only needed when building for tests, so we should only inject them as test dependencies. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 7af127a commit 88eb2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colcon.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fastcdr
22
type: cmake
3-
dependencies:
3+
test-dependencies:
44
# Needed for test compilation in ROS 2 CI
55
- ament_cmake_gtest
66
- ament_cmake

0 commit comments

Comments
 (0)