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
PIM
KDE PIM Add-ons
Commits
865e147a
Commit
865e147a
authored
Jun 19, 2020
by
Laurent Montel
Browse files
GIT_SILENT: use CMAKE_CXX_STANDARD_REQUIRED
parent
f5464435
Pipeline
#24374
failed with stage
in 60 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
865e147a
...
...
@@ -128,6 +128,7 @@ find_package(KF5KontactInterface ${KONTACTINTERFACE_LIB_VERSION} CONFIG REQUIRED
find_package
(
KF5CalendarSupport
${
CALENDARSUPPORT_LIB_VERSION_LIB
}
CONFIG REQUIRED
)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
if
(
BUILD_TESTING
)
add_definitions
(
-DBUILD_TESTING
)
...
...
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