Skip to content

Commit

Permalink
BehaviorTree#2 Fix missing libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 13, 2018
1 parent b9c589f commit 56f2eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def build(self):
"""project(behaviortree_cpp)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()""")
tools.replace_in_file("CMakeLists.txt",
"BEHAVIOR_TREE_EXTERNAL_LIBRARIES zmq",
"BEHAVIOR_TREE_EXTERNAL_LIBRARIES ${CONAN_LIBS}")
cmake = self._configure_cmake()
cmake.build()

Expand Down

0 comments on commit 56f2eac

Please sign in to comment.