Skip to content

Commit 21013c1

Browse files
committed
catkin_lint error fixed
1 parent fe1117c commit 21013c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ catkin_package(
2828
visualization_msgs
2929
)
3030

31+
include_directories(${catkin_INCLUDE_DIRS})
32+
3133
if ("${CMAKE_VERSION}" VERSION_LESS "3.1")
3234
add_compile_options(-std=c++14)
3335
else ()

0 commit comments

Comments
 (0)