[utilities/konsole] /: Remove unused CMake module includes
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0b5e80c903b5fb16e0b76e5c0f9740a4ae1a8477 by Friedrich W. H. Kossebau.
Committed on 06/08/2026 at 20:23.
Pushed by kossebau into branch 'master'.
Remove unused CMake module includes
M +0 -6 CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/0b5e80c903b5fb16e0b76e5c0f9740a4ae1a8477
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f16500ec..5c24eb9a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,18 +29,12 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)
-include(ECMOptionalAddSubdirectory)
-include(ECMInstallIcons)
-include(ECMSetupVersion)
-include(ECMMarkNonGuiExecutable)
-include(ECMGenerateHeaders)
include(GenerateExportHeader)
include(FeatureSummary)
include(ECMQtDeclareLoggingCategory)
include(KDEClangFormat)
include(KDEGitCommitHooks)
include(CheckFunctionExists)
-include(CheckIncludeFiles)
# Allows passing e.g. -DECM_ENABLE_SANITIZERS='address;undefined' to cmake.
include(ECMEnableSanitizers)