Skip to content
Snippets Groups Projects
Commit 746d256f authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Adrien Béraud
Browse files

cmake: make default cxx standard to be c++ 17

Change-Id: I2a4a3aa1fc4fbfea771556bf7f652aee335a66ce
parent 3dd52a4b
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,8 @@ if(MSVC) ...@@ -81,6 +81,8 @@ if(MSVC)
use_props(${PROJECT_NAME} "${CMAKE_CONFIGURATION_TYPES}" "${DEFAULT_CXX_PROPS}") 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) # Include necessary .cmake file (need to init use_props first)
################################################################################ ################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment