We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178a626 commit f9c2461Copy full SHA for f9c2461
CMakeLists.txt
@@ -230,6 +230,7 @@ endif()
230
if(ament_cmake_FOUND)
231
find_package(ament_index_cpp REQUIRED)
232
ament_target_dependencies(${BEHAVIOR_TREE_LIBRARY} PUBLIC ament_index_cpp)
233
+ ament_export_dependencies(ament_index_cpp)
234
235
set( BEHAVIOR_TREE_LIB_DESTINATION lib )
236
set( BEHAVIOR_TREE_INC_DESTINATION include )
0 commit comments