From 456de10d65aa9f1464bbbd3f928107cf1e5909d3 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 26 Feb 2016 13:56:18 +0100 Subject: [PATCH] Added back std c++11 when building vcard --- coreapi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index f11730383..52f516fd8 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -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()