bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration

Home Page:http://www.bigfug.com/software/fugio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cmake openGL policy double version

MassiminoilTrace opened this issue · comments

Hi!
While running CMake before compiling, it says that it uses a legacy openGL because the policy has not been set.
Thank you in advance.
Here the interesting part of the output of cmake:

CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenGL.cmake:270 (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/lib64/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib64/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.