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
Frameworks
KDE4 Support
Commits
c255d9ba
Commit
c255d9ba
authored
Jan 01, 2022
by
Script Kiddy
Browse files
GIT_SILENT Upgrade ECM and KF version requirements for 5.90.0 release.
parent
a4344821
Pipeline
#116633
passed with stage
in 5 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c255d9ba
cmake_minimum_required
(
VERSION 3.16
)
set
(
KF_VERSION
"5.90.0"
)
# handled by release scripts
set
(
KF_DEP_VERSION
"5.
8
9.0"
)
# handled by release scripts
set
(
KF_DEP_VERSION
"5.9
0
.0"
)
# handled by release scripts
project
(
KDELibs4Support VERSION
${
KF_VERSION
}
)
include
(
FeatureSummary
)
find_package
(
ECM 5.
8
9.0 NO_MODULE
)
find_package
(
ECM 5.9
0
.0 NO_MODULE
)
set_package_properties
(
ECM PROPERTIES TYPE REQUIRED DESCRIPTION
"Extra CMake Modules."
URL
"https://commits.kde.org/extra-cmake-modules"
)
feature_summary
(
WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES
)
...
...
Write
Preview
Markdown
is supported
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