Skip to content

Commit ad68e86

Browse files
fix: CMake error opengl has unexpected value "desktop"! Valid values are ON, OFF and UNSET.:
1 parent c890767 commit ad68e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_dev_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build_static_qt() {
5757
-DQT_FEATURE_static=ON \
5858
-DQT_FEATURE_static_runtime=ON \
5959
-DQT_FEATURE_reduce_exports=ON \
60-
-DQT_FEATURE_opengl=desktop \
60+
-DQT_FEATURE_opengl=ON\
6161
-DQT_FEATURE_system_png=OFF \
6262
-DQT_FEATURE_system_jpeg=OFF \
6363
-DQT_FEATURE_system_zlib=OFF \

0 commit comments

Comments
 (0)