diff --git a/CMakeLists.txt b/CMakeLists.txt index e84b7af45..0fdd263df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,8 +34,7 @@ include(GenerateExportHeader) include(FeatureSummary) include(ECMQtDeclareLoggingCategory) include(KDEClangFormat) -# Remove OPTIONAL when we require EMC >= 5.79 -include(KDEGitCommitHooks OPTIONAL) +include(KDEGitCommitHooks) include(CheckFunctionExists) include(CheckIncludeFiles)