Skip to content

Commit

Permalink
Declare dependency on libatomic (#338)
Browse files Browse the repository at this point in the history
To prefer the system atomics implementation over the fallback
implementation in rcutils, declare a dependency on it to ensure it's
available on systems that have it.

Signed-off-by: Scott K Logan <logans@cottsay.net>
  • Loading branch information
cottsay authored Apr 9, 2021
1 parent 3335d08 commit 0c9a931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>python3-empy</buildtool_depend>

<depend>libatomic</depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
Expand Down

0 comments on commit 0c9a931

Please sign in to comment.