diff --git a/CMakeLists.txt b/CMakeLists.txt index 72fb0e62b25e5c583bd88b34ad96db02b562b855..65e3b9e68bfb23f37ea2ecbcbc36cf71e0cc2a0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ # Konsole project +# See comments in https://invent.kde.org/utilities/konsole/-/commit/9d8e47298c81fc1e47c998eda1b6e980589274eb +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) + # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "20") set (RELEASE_SERVICE_VERSION_MINOR "11")