CMP0072-WARN-stderr.txt 851 B

123456789101112131415161718192021
  1. ^CMake Warning \(dev\) at .*/Modules/FindOpenGL.cmake:[0-9]+ \(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. FindOpenGL found both a legacy GL library:
  6. OPENGL_gl_LIBRARY: GL
  7. and GLVND libraries for OpenGL and GLX:
  8. OPENGL_opengl_LIBRARY: OpenGL
  9. OPENGL_glx_LIBRARY: GLX
  10. OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  11. compatibility with CMake 3.10 and below the legacy GL library will be used.
  12. Call Stack \(most recent call first\):
  13. CMP0072-common.cmake:[0-9]+ \(find_package\)
  14. CMP0072-WARN.cmake:[0-9]+ \(include\)
  15. CMakeLists.txt:[0-9]+ \(include\)
  16. This warning is for project developers. Use -Wno-dev to suppress it.$