diff options
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/common/102 threads/meson.build | 3 | ||||
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test cases/common/102 threads/meson.build b/test cases/common/102 threads/meson.build index 78e5fbef2..1fbb15ac7 100644 --- a/test cases/common/102 threads/meson.build +++ b/test cases/common/102 threads/meson.build @@ -1,4 +1,5 @@ -project('threads', 'cpp', 'c') +project('threads', 'cpp', 'c', + default_options : ['cpp_std=c++11']) threaddep = dependency('threads') 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. |
