Remove superfluous OpenGL_GL_PREFERENCE assignment
We did set this variable, however after src/gui/configure.cmake was loaded (it is early-loaded in src/CMakeLists.txt), meaning the assignment had no effect. Also, what this assignment tried to achieve is covered by our global CMake policies now. Pick-to: 6.0 Task-number: QTBUG-89754 Change-Id: Ie7aeee1505d112d799455b2915acbfa7e9a12a64 Reviewed-by: Cristian Adam <cristian.adam@qt.io>bb10
parent
32a46a1dcf
commit
36b1e03ecd
|
|
@ -1,7 +1,5 @@
|
|||
# Generated from gui.pro.
|
||||
|
||||
set(OpenGL_GL_PREFERENCE GLVND) # special case:
|
||||
|
||||
#####################################################################
|
||||
## Gui Module:
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue