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
Utilities
Ark
Commits
8e434b41
Commit
8e434b41
authored
Mar 16, 2021
by
Nicolas Fella
Browse files
Require C++17
It's reasonable to use it at this point and Plasma and many KDE apps do already
parent
cecef1d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8e434b41
...
...
@@ -10,6 +10,9 @@ project(ark VERSION ${RELEASE_SERVICE_VERSION})
set
(
QT_MIN_VERSION 5.12.0
)
set
(
KF5_MIN_VERSION 5.77.0
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules
)
...
...
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