CMake Warning (dev) at /usr/share/cmake-3.15/Modules/FindOpenGL.cmake:275 (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...
Description A fresh CMake configuration and compile on an up-to-date Debian testing machine. version: 104.0.1-1404-gfe494aa develop () Steps To Reproduce mkdir -p build cd build cmake -DOpenGL_GL_PREFERENCE="GLVND" .. make Additional Information stdout: [ 51%] Linking CXX executable .....