Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. gaarci@pc079l:~/robotics/sequencer/build$ cmake ..
  2. -- The C compiler identification is GNU 7.5.0
  3. -- The CXX compiler identification is GNU 7.5.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. REMOVING local Config.cmake files in /home/gaarci/robotics/sequencer/build
  17. CMake Error at cmake/tools.cmake:45 (INCLUDE):
  18.   INCLUDE could not find load file:
  19.  
  20.     modules.cmake
  21. Call Stack (most recent call first):
  22.   CMakeLists.txt:26 (INIT_MODULE)
  23.  
  24.  
  25.  
  26. BehaviorTreeV3 FOUND VERSION:
  27. BehaviorTreeV3 INCLUDES:
  28. BehaviorTreeV3 LIBRARIES:
  29.  
  30. INCLUDE_DIRS:
  31. LIBRARIES: behaviortree_cpp_v3
  32.  
  33. -- Using local Config.cmake.in
  34. =======================
  35. Attention, par défaut CMAKE uilise les paquets présents dans le cache. Si un de vos sous-modules a été compilé par ailleur, il sera utilisé en lieu et place du sous-module présent dans ce projet. Si vous ne souhaitez pas ce comportement, sous Linux faites  'rm -rf ~/.cmake/packages'
  36. =======================
  37. -- Configuring incomplete, errors occurred!
  38. See also "/home/gaarci/robotics/sequencer/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement