-- Found Bluez: /usr/lib64/libbluetooth.so
CMake Deprecation Warning at lib/angelscript/projects/cmake/CMakeLists.txt:6 (cmake_policy):
The OLD behavior for policy CMP0048 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
This policy is here because of project(angelscript) which causes harmless warning. Maybe in future version it won't be needed or probably we can just remove the project() line.
Steps to reproduce
cmake .. -DOpenGL_GL_PREFERENCE=GLVND