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 61ad257 commit 37bf779Copy full SHA for 37bf779
CMakeLists.txt
@@ -81,7 +81,7 @@ set(CATKIN_ENABLE_TESTING OFF CACHE BOOL "")
81
82
if(NOT catkin_FOUND AND NOT ament_cmake_FOUND)
83
# look for BehaviorTree.CPP on the system
84
- find_package(BehaviorTree)
+ find_package(BehaviorTreeV3)
85
if (NOT BehaviorTree_FOUND)
86
# use git submodule only if you are not compiling with catkin
87
add_subdirectory( depend/BehaviorTree.CPP )
0 commit comments