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
Frameworks
Barcode library
Commits
4a3d3c78
Commit
4a3d3c78
authored
Oct 02, 2021
by
Script Kiddy
Browse files
GIT_SILENT Upgrade ECM and KF version requirements for 5.87.0 release.
parent
dc2d70d9
Pipeline
#87290
passed with stage
in 32 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4a3d3c78
...
...
@@ -5,7 +5,7 @@ project(prison VERSION ${KF_VERSION})
# ECM setup
include
(
FeatureSummary
)
find_package
(
ECM 5.8
6
.0 NO_MODULE
)
find_package
(
ECM 5.8
7
.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
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
"
${
ECM_MODULE_PATH
}
"
)
...
...
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