Skip to content

Commit

Permalink
Export ompl include directories from nav2_smac_planner. (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
malban authored and SteveMacenski committed Feb 10, 2023
1 parent c223668 commit de984e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_smac_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if(BUILD_TESTING)
add_subdirectory(test)
endif()

ament_export_include_directories(include)
ament_export_include_directories(include ${OMPL_INCLUDE_DIRS})
ament_export_libraries(${library_name} ${library_name}_2d ${library_name}_lattice)
ament_export_dependencies(${dependencies})
ament_package()

0 comments on commit de984e1

Please sign in to comment.