From 92d4bcf8123874fa2240c84ccb3b26e9ba5d9826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 26 Jan 2017 17:06:48 +0100 Subject: [PATCH] =?UTF-8?q?Set=20C++=20standard=20to=20C++11=C2=A0for=20C+?= =?UTF-8?q?+=20wrapper=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrappers/cpp/c_make_lists.mustache.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrappers/cpp/c_make_lists.mustache.in b/wrappers/cpp/c_make_lists.mustache.in index 1585204d2..05923bc55 100644 --- a/wrappers/cpp/c_make_lists.mustache.in +++ b/wrappers/cpp/c_make_lists.mustache.in @@ -4,6 +4,8 @@ project(LinphoneCxx VERSION @LINPHONE_VERSION@) include(GNUInstallDirs) +set(CMAKE_CXX_STRANDARD 11) + set(GENERATED_SOURCES {{#classes}} src/{{{source}}}