[utilities/konsole] /: Drop unused FATAL_ERROR arg from cmake_minimum_required() call
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 09d86e78b5948a4220822374581cd3035e5f52bc by Friedrich W. H. Kossebau.
Committed on 05/08/2026 at 01:46.
Pushed by kossebau into branch 'master'.
Drop unused FATAL_ERROR arg from cmake_minimum_required() call
Ignored since CMake 2.6.
M +1 -1 CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/09d86e78b5948a4220822374581cd3035e5f52bc
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d93c5088..4cc22f207 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_
# minimal requirements
# See comments in https://invent.kde.org/utilities/konsole/-/commit/9d8e47298c81fc1e47c998eda1b6e980589274eb
-cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16)
set(QT_MIN_VERSION "6.5.0")
set(KF6_DEP_VERSION "6.0.0")