summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-04 17:00:45 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-06 10:52:54 +0000
commit636fcc4bb2edbbd0b75fdecfc9c6b40b0c872803 (patch)
tree4e574a131474ff489ee6f01289a479b61b6af570 /src
parentfd5491ad9a52e75dd400321befa64ee62c5d8ec8 (diff)
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. Task-number: QTBUG-89754 Change-Id: Ie7aeee1505d112d799455b2915acbfa7e9a12a64 Reviewed-by: Cristian Adam <cristian.adam@qt.io> (cherry picked from commit 36b1e03ecdaac40aaae5fa42ee9a5b3b50991ea3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index b2a682781d..802c0a2ecd 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -1,7 +1,5 @@
# Generated from gui.pro.
-set(OpenGL_GL_PREFERENCE GLVND) # special case:
-
#####################################################################
## Gui Module:
#####################################################################