-
-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
Getting the following output in building step cmake ..
Similar to issue #86. Also updating to the latest master or commit referenced in #86 doesn't seem to help.
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:65 (find_package):
By not providing "FindBehaviorTree.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"BehaviorTree", but CMake did not find one.
Could not find a package configuration file provided by "BehaviorTree" with
any of the following names:
BehaviorTreeConfig.cmake
behaviortree-config.cmake
Add the installation prefix of "BehaviorTree" to CMAKE_PREFIX_PATH or set
"BehaviorTree_DIR" to a directory containing one of the above files. If
"BehaviorTree" provides a separate development package or SDK, be sure it
has been installed.
-- Found boost::coroutine2.
-- Found Threads: TRUE
-- Found ZMQ: /usr/lib/x86_64-linux-gnu/libzmq.so
-- ZeroMQ found.
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.5", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- ------------------------------------------
-- BehaviourTree is being built using AMENT.
-- ------------------------------------------
-- BEHAVIOR_TREE_LIB_DESTINATION: lib
-- BEHAVIOR_TREE_BIN_DESTINATION: bin
-- CMAKE_RUNTIME_OUTPUT_DIRECTORY:
-- CMAKE_LIBRARY_OUTPUT_DIRECTORY:
-- CMAKE_ARCHIVE_OUTPUT_DIRECTORY:
-- ZeroMQ found.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/moritz/Groot/build
Metadata
Metadata
Assignees
Labels
No labels