Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [korchevatel@korch cmake-build]$ cmake ..
- -- 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
- -- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: thread system filesystem serialization iostreams
- -- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: python27
- -- Found Threads: TRUE
- -- Found SDL: /usr/lib/libSDLmain.a;/usr/lib/libSDL.so;-lpthread (found version "1.2.15")
- -- Found SDL_image: /usr/lib/libSDL_image.so (found version "1.2.12")
- -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.7.18", minimum required is "2.7")
- -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
- CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindOpenGL.cmake:305 (message):
- Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
- available. Run "cmake --help-policy CMP0072" for policy details. Use the
- cmake_policy command to set the policy and suppress this warning.
- FindOpenGL found both a legacy GL library:
- OPENGL_gl_LIBRARY: /usr/lib/libGL.so
- and GLVND libraries for OpenGL and GLX:
- OPENGL_opengl_LIBRARY: /usr/lib/libOpenGL.so
- OPENGL_glx_LIBRARY: /usr/lib/libGLX.so
- OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
- compatibility with CMake 3.10 and below the legacy GL library will be used.
- Call Stack (most recent call first):
- CMakeLists.txt:45 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found OpenGL: /usr/lib/libOpenGL.so
- -- Found PNG: /usr/lib/libpng.so (found version "1.6.37")
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/korchevatel/goblin-camp/cmake-build
Advertisement
Add Comment
Please, Sign In to add comment