Port to ECMFeatureSummary

This avoids a feature summary in the middle of the cmake configuration
when this module is used as a git submodule.

GIT_SILENT
This commit is contained in:
David Faure 2024-01-26 14:17:50 +01:00
parent 249046f25d
commit b37c991e39

View File

@ -91,6 +91,7 @@ if (BUILD_TESTING)
add_subdirectory(tests) add_subdirectory(tests)
endif() 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) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)