Skip to content

Commit abf3e85

Browse files
Install nav2_behavior_tree utils outside of BUILD_TESTING (ros-navigation#3692)
1 parent 921eed0 commit abf3e85

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nav2_behavior_tree/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ install(DIRECTORY include/
223223
DESTINATION include/
224224
)
225225

226+
install(DIRECTORY test/utils/
227+
DESTINATION include/utils/
228+
)
229+
226230
install(FILES nav2_tree_nodes.xml DESTINATION share/${PROJECT_NAME})
227231

228232
if(BUILD_TESTING)

nav2_behavior_tree/test/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ add_subdirectory(plugins/condition)
77
add_subdirectory(plugins/decorator)
88
add_subdirectory(plugins/control)
99
add_subdirectory(plugins/action)
10-
11-
install(DIRECTORY utils
12-
DESTINATION include/)
13-
14-
ament_export_include_directories(utils)

0 commit comments

Comments
 (0)