BehaviorTree / Groot

Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP
736 stars 239 forks source link

Fixed linking with BehaviorTrees already installed on the system. #167

Closed patrykcieslak closed 2 years ago

patrykcieslak commented 2 years ago

I noticed that it was not possible to compile Groot if I didn't want to download BT as submodule, although I had it installed on the system. The name of the library was wrong in the find_package(...) command.