mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
cmake: make default cxx standard to be c++ 17
Change-Id: I2a4a3aa1fc4fbfea771556bf7f652aee335a66ce
This commit is contained in:

committed by
Adrien Béraud

parent
3dd52a4b11
commit
746d256f23
@ -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)
|
||||
################################################################################
|
||||
|
Reference in New Issue
Block a user