[system/systemdgenie] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (Add missing qt version)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 52f8690047b6458198548692c276a4f77ce78793 by Laurent Montel.
Committed on 23/07/2026 at 05:11.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (Add missing qt version)
M +1 -1 CMakeLists.txt
https://invent.kde.org/system/systemdgenie/-/commit/52f8690047b6458198548692c276a4f77ce78793
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cbf29df..23e4039 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ include(ECMQmlModule)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
+set(QT_MIN_VERSION 6.9.0)
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
DBus
Gui