mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Do not add -std=c++11 option for Visual Studio.
This commit is contained in:
parent
f7abf57253
commit
95f1c32332
1 changed files with 3 additions and 1 deletions
|
|
@ -177,7 +177,9 @@ endif()
|
|||
if(BELCARD_FOUND)
|
||||
list(APPEND LIBS ${BELCARD_LIBRARIES})
|
||||
list(APPEND LINPHONE_SOURCE_FILES_CXX vcard.cc)
|
||||
list(APPEND STRICT_OPTIONS_CXX "-std=c++11")
|
||||
if(NOT MSVC)
|
||||
list(APPEND STRICT_OPTIONS_CXX "-std=c++11")
|
||||
endif()
|
||||
if(APPLE)
|
||||
list(APPEND STRICT_OPTIONS_CXX "-stdlib=libc++")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue