summaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks')
-rw-r--r--test cases/frameworks/1 boost/meson.build3
1 files changed, 2 insertions, 1 deletions
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.