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
Utilities
Kate
Commits
ac4c0a50
Commit
ac4c0a50
authored
Feb 24, 2022
by
Christoph Cullmann
🍨
Browse files
inc CMake requirement to required version in ECM 5.83.0
parent
6a55e22a
Pipeline
#141907
passed with stage
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ac4c0a50
# 3.1 is required for
`target_sources`.
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
# 3.1
6
is required for
the ECM version we require
cmake_minimum_required
(
VERSION 3.1
6
FATAL_ERROR
)
# KDE Applications version, managed by release script.
set
(
RELEASE_SERVICE_VERSION_MAJOR
"22"
)
...
...
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