Advertisement
Guest User

cmake.out

a guest
Jan 12th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.17 KB | None | 0 0
  1. CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (message):
  2.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  3.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  4.   cmake_policy command to set the policy and suppress this warning.
  5.  
  6.   FindOpenGL found both a legacy GL library:
  7.  
  8.     OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  9.  
  10.   and GLVND libraries for OpenGL and GLX:
  11.  
  12.     OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  13.     OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  14.  
  15.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  16.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  17. Call Stack (most recent call first):
  18.   modules/highgui/cmake/detect_gtk.cmake:40 (find_package)
  19.   modules/highgui/cmake/init.cmake:35 (include)
  20.   modules/highgui/cmake/init.cmake:39 (add_backend)
  21.   cmake/OpenCVModule.cmake:298 (include)
  22.   cmake/OpenCVModule.cmake:361 (_add_modules_1)
  23.   cmake/OpenCVModule.cmake:385 (ocv_glob_modules)
  24.   CMakeLists.txt:927 (ocv_register_modules)
  25. This warning is for project developers.  Use -Wno-dev to suppress it.
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement