From fded30ca06ae563f1f0490ab96e6eb13cfdcec54 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Tue, 20 Feb 2024 19:35:34 +0100 Subject: [PATCH] build: reenable exceptions They are not directly force-enabled by upstream anymore. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36d51f9bd6..4b7215caa2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ find_package(KWinDBusInterface CONFIG REQUIRED) include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings NO_POLICY_SCOPE) +kde_enable_exceptions() include(ECMInstallIcons) include(ECMOptionalAddSubdirectory)