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
System
KDE Partition Manager
Commits
4fbf4326
Commit
4fbf4326
authored
Sep 29, 2021
by
Andrius Štikonas
Browse files
Bump minimal cmake version to 3.16
parent
90b0aa2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4fbf4326
...
...
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.1
6
FATAL_ERROR
)
# KDE Application Version, managed by release script
set
(
RELEASE_SERVICE_VERSION_MAJOR
"21"
)
...
...
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