forked from mirrors/linphone-iphone
chore(CMakeLists.txt): disable C++ extensions like GNU11
This commit is contained in:
parent
9e4e48830b
commit
ae06ed6d55
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ cmake_dependent_option(ENABLE_NOTIFY "Enable libnotify support." YES "ENABLE_GTK
|
|||
cmake_dependent_option(ENABLE_ASSISTANT "Turn on assistant compiling." YES "ENABLE_GTK_UI" NO)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_EXTENSIONS NO)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "Release")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue