[utilities/ark] app: Fix typo KF_MIN_VERSION vs KF_DEP_VERSION
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a5526a31db6b5e25b816e289af4440940ba76e5b by Laurent Montel.
Committed on 23/07/2026 at 11:38.
Pushed by mlaurent into branch 'master'.
Fix typo KF_MIN_VERSION vs KF_DEP_VERSION
M +1 -1 app/CMakeLists.txt
https://invent.kde.org/utilities/ark/-/commit/a5526a31db6b5e25b816e289af4440940ba76e5b
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 0c5f8dee2..4582ccbc6 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(KF6BreezeIcons ${KF_DEP_VERSION} QUIET)
+find_package(KF6BreezeIcons ${KF_MIN_VERSION} QUIET)
add_subdirectory(icons)