[utilities/konsole] /: Remove unneeded explicit ECMEnableSanitizers include
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7e97723948c7d1e3b09fcbb09c82e9c1b6c2f236 by Friedrich W. H. Kossebau.
Committed on 06/08/2026 at 20:47.
Pushed by kossebau into branch 'master'.
Remove unneeded explicit ECMEnableSanitizers include
Already provided by KDECompilerSettings.
M +0 -3 CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/7e97723948c7d1e3b09fcbb09c82e9c1b6c2f236
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c24eb9a3..2d6cfda40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,9 +36,6 @@ include(KDEClangFormat)
include(KDEGitCommitHooks)
include(CheckFunctionExists)
-# Allows passing e.g. -DECM_ENABLE_SANITIZERS='address;undefined' to cmake.
-include(ECMEnableSanitizers)
-
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED
Core
Multimedia