From 0d695fe4883c0ec3205b04ffd986daef909a4e2a Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 19 Dec 2023 13:05:38 +0100 Subject: [PATCH] cmake message --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c064b5ce4..c4fb3259d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,6 +170,8 @@ if(ENABLE_MEDIAPLAYER_LIBMPV) endif() if(MEDIAPLAYER_FORCE_OPENGL) + message(STATUS "Forcing OpenGL-based rendering for libmpv.") + list(APPEND QT_COMPONENTS OpenGL) if(BUILD_WITH_QT6)