Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. -- The C compiler identification is GNU 5.5.0
  2. -- The CXX compiler identification is GNU 5.5.0
  3. -- Check for working C compiler: /home/linuxbrew/.linuxbrew/bin/cc
  4. -- Check for working C compiler: /home/linuxbrew/.linuxbrew/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /home/linuxbrew/.linuxbrew/bin/c++
  10. -- Check for working CXX compiler: /home/linuxbrew/.linuxbrew/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Performing Test COMPILER_SUPPORTS_CXX11
  16. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  17. -- Performing Test COMPILER_SUPPORTS_CXX0X
  18. -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
  19. -- Found OpenCV: /usr (found version "3.2.0")
  20. -- Found PkgConfig: /home/linuxbrew/.linuxbrew/bin/pkg-config (found version "0.29.2")
  21. -- Could NOT find LIBZIP (missing: LIBZIP_LIBRARY)
  22. -- Boost version: 1.65.1
  23. -- Found the following Boost libraries:
  24. -- python
  25. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found version "3.6.7")
  26. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  27. Please set them or make sure they are set and tested correctly in the CMake files:
  28. LIBZIP_LIBRARY
  29. linked by target "extract_gpu" in directory /.../dense_flow
  30. linked by target "extract_cpu" in directory /.../dense_flow
  31. linked by target "extract_warp_gpu" in directory /.../dense_flow
  32. linked by target "denseflow" in directory /.../dense_flow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement