diff --git a/CMakeLists.txt b/CMakeLists.txt index b35f43c..b9c8e9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ if (BUILD_TESTING) add_subdirectory(tests) endif() -feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) +include(ECMFeatureSummary) +ecm_feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)