diff options
-rw-r--r-- | CMakeLists.txt | 4 |
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}) |