Skip to content

Commit

Permalink
Install nav2_behavior_tree utils outside of BUILD_TESTING (ros-naviga…
Browse files Browse the repository at this point in the history
  • Loading branch information
AadityaRavindran committed Jul 12, 2023
1 parent 921eed0 commit abf3e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions nav2_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ install(DIRECTORY include/
DESTINATION include/
)

install(DIRECTORY test/utils/
DESTINATION include/utils/
)

install(FILES nav2_tree_nodes.xml DESTINATION share/${PROJECT_NAME})

if(BUILD_TESTING)
Expand Down
5 changes: 0 additions & 5 deletions nav2_behavior_tree/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ add_subdirectory(plugins/condition)
add_subdirectory(plugins/decorator)
add_subdirectory(plugins/control)
add_subdirectory(plugins/action)

install(DIRECTORY utils
DESTINATION include/)

ament_export_include_directories(utils)

0 comments on commit abf3e85

Please sign in to comment.