aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2021-03-01 14:28:46 +0200
committerAhmad Samir <a.samirh78@gmail.com>2021-03-01 14:28:46 +0200
commit36f12b207f6a08f6d5fda7d53246a8abe70edf63 (patch)
tree6e5f3cef4e80179df6af8fd6fd6a36a65591e3e8
parent24dab65f44b0352cfa410162c1099c3f22f7e873 (diff)
downloadkconfig-36f12b207f6a08f6d5fda7d53246a8abe70edf63.tar.gz
kconfig-36f12b207f6a08f6d5fda7d53246a8abe70edf63.tar.bz2
KDEFrameworkCompilerSettings in ECM 5.80 includes KDEClangFormat by default
GIT_SILENT
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68ffa483..9cc3f6e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,3 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
-# Remove these 3 lines when the ECM version is bumped to 5.80
-include(KDEClangFormat)
-file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
-kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})