Skip to content

Commit

Permalink
Fix missing test_depend on python3 (ros#172)
Browse files Browse the repository at this point in the history
Gtest `internal-utils.cmake` script uses the Python3 interpreter.
  • Loading branch information
artivis authored Sep 13, 2022
1 parent 99ec1f9 commit d660aa7
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 @@ -29,6 +29,8 @@
<exec_depend>tinyxml_vendor</exec_depend>
<exec_depend version_gte="0.2.3">urdfdom_headers</exec_depend>

<test_depend>python3</test_depend>

<export>
<build_type>cmake</build_type>
</export>
Expand Down

0 comments on commit d660aa7

Please sign in to comment.