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
Education
Artikulate
Commits
ec4e2015
Commit
ec4e2015
authored
Nov 03, 2022
by
Andreas Cord-Landwehr
Browse files
Update minimal CMake version to 3.16
parent
dc148dea
Pipeline
#260619
passed with stage
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ec4e2015
# SPDX-FileCopyrightText: 2013-2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
cmake_minimum_required
(
VERSION 3.
5
.0
)
cmake_minimum_required
(
VERSION 3.
16
.0
)
set
(
QT_MIN_VERSION
"5.15.2"
)
set
(
KF5_MIN_VERSION
"5.90.0"
)
set
(
KDE_COMPILERSETTINGS_LEVEL
"5.84.0"
)
...
...
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