forked from mirrors/linphone-iphone
Added back std c++11 when building vcard
This commit is contained in:
parent
7d6c8ca00e
commit
456de10d65
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ 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")
|
||||
else()
|
||||
list(APPEND LINPHONE_SOURCE_FILES_C vcard_stubs.c)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue