Skip to content

Commit 37bf779

Browse files
Update CMakeLists.txt (#109)
Make cmake look for BehaviorTreeV3 rather than BehaviorTree, fixes #108
1 parent 61ad257 commit 37bf779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ set(CATKIN_ENABLE_TESTING OFF CACHE BOOL "")
8181

8282
if(NOT catkin_FOUND AND NOT ament_cmake_FOUND)
8383
# look for BehaviorTree.CPP on the system
84-
find_package(BehaviorTree)
84+
find_package(BehaviorTreeV3)
8585
if (NOT BehaviorTree_FOUND)
8686
# use git submodule only if you are not compiling with catkin
8787
add_subdirectory( depend/BehaviorTree.CPP )

0 commit comments

Comments
 (0)