From edaf663ee2e7dfc01af3cace2f83a3fca7ef94d3 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 2 Jan 2016 20:59:27 +0200 Subject: By default do not specify language version but instead use the compiler's default. --- test cases/frameworks/1 boost/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test cases/frameworks') diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 454c161af..6f9b16fe5 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -1,4 +1,5 @@ -project('boosttest', 'cpp') +project('boosttest', 'cpp', + default_options : ['cpp_std=c++11']) # We want to have multiple separate configurations of Boost # within one project. The need to be independent of each other. -- cgit v1.2.3