Skip to content

Commit 8a8ec27

Browse files
Luca BonaminiLuca Bonamini
andauthored
fix(README): change find_package() instruction for BT external usage (#401)
Co-authored-by: Luca Bonamini <[email protected]>
1 parent bf0c888 commit 8a8ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ project(hello_BT)
115115
116116
set(CMAKE_CXX_STANDARD 14)
117117
set(CMAKE_CXX_STANDARD_REQUIRED ON)
118-
find_package(BehaviorTreeV3)
118+
find_package(behaviortree_cpp_v3)
119119
120120
add_executable(${PROJECT_NAME} "hello_BT.cpp")
121121
target_link_libraries(${PROJECT_NAME} BT::behaviortree_cpp_v3)

0 commit comments

Comments
 (0)