Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
4360d6fc
Commit
4360d6fc
authored
Oct 06, 2022
by
Julius Künzel
💬
Browse files
[Build System] Fix: feature_summary should be called last
parent
03ccdcdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4360d6fc
...
...
@@ -162,8 +162,6 @@ if(CRASH_AUTO_TEST)
endif
()
endif
()
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
option
(
BUILD_QCH
"Build source code documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)"
OFF
)
add_feature_info
(
QCH
${
BUILD_QCH
}
"Source code documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)"
)
...
...
@@ -203,6 +201,8 @@ elseif(BUILD_FUZZING)
message
(
STATUS
"Fuzzing build was requested but not enabled because compiler is
${
CMAKE_CXX_COMPILER_ID
}
and not Clang"
)
endif
()
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
# pre-commit hook
include
(
KDEGitCommitHooks
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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