Advertisement
Guest User

Error

a guest
Oct 11th, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. -- The C compiler identification is GNU 7.5.0
  2. -- Check for working C compiler: /usr/bin/cc
  3. -- Check for working C compiler: /usr/bin/cc -- works
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Detecting C compile features
  7. -- Detecting C compile features - done
  8. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  9. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  10. -- Looking for gethostbyname
  11. -- Looking for gethostbyname - found
  12. -- Looking for connect
  13. -- Looking for connect - found
  14. -- Looking for remove
  15. -- Looking for remove - found
  16. -- Looking for shmat
  17. -- Looking for shmat - found
  18. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  19. CMake Error at vibrant/CMakeLists.txt:12 (set_target_properties):
  20. set_target_properties called with incorrect number of arguments.
  21.  
  22.  
  23. CMake Error at vibrant/CMakeLists.txt:13 (set_target_properties):
  24. set_target_properties called with incorrect number of arguments.
  25.  
  26.  
  27. Tests have been disabled. Set VIBRANT_ENABLE_TESTS=ON to enable them
  28. -- Configuring incomplete, errors occurred!
  29. See also "/home/kahtras/Downloads/test/vibrant/build/CMakeFiles/CMakeOutput.log".
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement