From 669b138cde1cbf51766da9e62ce637b3baf0191e Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Fri, 30 Oct 2020 17:52:31 +0200 Subject: [PATCH] Typo Signed-off-by: Blagovest Petrov --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf5485..ee020da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_AUTORCC ON) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDEInstallDirs) -include(KDECMakeSettings)) +include(KDECMakeSettings) include(ECMOptionalAddSubdirectory) include(ECMAddAppIcon)