Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
3bbbdfb3
Commit
3bbbdfb3
authored
Jan 26, 2021
by
Laurent Montel
😁
Browse files
Use git commit hook
parent
2ebc40a9
Pipeline
#48681
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3bbbdfb3
...
...
@@ -24,6 +24,9 @@ include(ECMGeneratePriFile)
include
(
ECMSetupVersion
)
include
(
FeatureSummary
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL 5.79
)
include
(
KDEGitCommitHooks
)
endif
()
include
(
CheckAtomic
)
include
(
CheckIncludeFiles
)
include
(
ECMQtDeclareLoggingCategory
)
...
...
@@ -384,4 +387,7 @@ install(FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
COMPONENT Devel
)
if
(
ECM_VERSION VERSION_GREATER_EQUAL 5.79
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment