Guest User

Untitled

a guest
May 2nd, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.29 KB | None | 0 0
  1. [korchevatel@korch cmake-build]$ cmake ..
  2. -- The C compiler identification is GNU 9.3.0
  3. -- The CXX compiler identification is GNU 9.3.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. -- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: thread system filesystem serialization iostreams
  17. -- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: python27
  18. -- Found Threads: TRUE  
  19. -- Found SDL: /usr/lib/libSDLmain.a;/usr/lib/libSDL.so;-lpthread (found version "1.2.15")
  20. -- Found SDL_image: /usr/lib/libSDL_image.so (found version "1.2.12")
  21. -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.18", minimum required is "2.7")
  22. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
  23. CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindOpenGL.cmake:305 (message):
  24.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  25.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  26.   cmake_policy command to set the policy and suppress this warning.
  27.  
  28.   FindOpenGL found both a legacy GL library:
  29.  
  30.     OPENGL_gl_LIBRARY: /usr/lib/libGL.so
  31.  
  32.   and GLVND libraries for OpenGL and GLX:
  33.  
  34.     OPENGL_opengl_LIBRARY: /usr/lib/libOpenGL.so
  35.     OPENGL_glx_LIBRARY: /usr/lib/libGLX.so
  36.  
  37.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  38.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  39. Call Stack (most recent call first):
  40.   CMakeLists.txt:45 (find_package)
  41. This warning is for project developers.  Use -Wno-dev to suppress it.
  42.  
  43. -- Found OpenGL: /usr/lib/libOpenGL.so  
  44. -- Found PNG: /usr/lib/libpng.so (found version "1.6.37")
  45. -- Configuring done
  46. -- Generating done
  47. -- Build files have been written to: /home/korchevatel/goblin-camp/cmake-build
Advertisement
Add Comment
Please, Sign In to add comment