Skip to content

Commit e2b643a

Browse files
fix related to #1 (compile with catkin)
We don't want directory 3rdparty to be visible "outside" this project. For this reason we do not add it to this: catkin_package( INCLUDE_DIRS include )
1 parent 36c30ea commit e2b643a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ if(catkin_FOUND)
2525
INCLUDE_DIRS include
2626
LIBRARIES behavior_tree_core
2727
)
28+
include_directories(3rdparty)
29+
2830
else(catkin_FOUND)
2931

3032
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

0 commit comments

Comments
 (0)