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
PIM
libkleo
Commits
a2206332
Commit
a2206332
authored
Apr 10, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: use c++17 as in the future we will depend against ecm which depend on it
parent
9fa4cb24
Pipeline
#57208
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a2206332
...
...
@@ -68,7 +68,7 @@ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055200)
remove_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
remove_definitions
(
-DQT_NO_FOREACH
)
add_definitions
(
-DQT_NO_EMIT
)
set
(
CMAKE_CXX_STANDARD 1
4
)
set
(
CMAKE_CXX_STANDARD 1
7
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
########### CMake Config Files ###########
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KF5Libkleo"
)
...
...
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