Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
746d256f
Commit
746d256f
authored
Jul 24, 2020
by
Ming Rui Zhang
Committed by
Adrien Béraud
Jul 24, 2020
Browse files
cmake: make default cxx standard to be c++ 17
Change-Id: I2a4a3aa1fc4fbfea771556bf7f652aee335a66ce
parent
3dd52a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
746d256f
...
...
@@ -81,6 +81,8 @@ if(MSVC)
use_props
(
${
PROJECT_NAME
}
"
${
CMAKE_CONFIGURATION_TYPES
}
"
"
${
DEFAULT_CXX_PROPS
}
"
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES CXX_STANDARD 17
)
################################################################################
# Include necessary .cmake file (need to init use_props first)
################################################################################
...
...
Write
Preview
Supports
Markdown
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