diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-02 20:59:27 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-02 20:59:27 +0200 |
| commit | edaf663ee2e7dfc01af3cace2f83a3fca7ef94d3 (patch) | |
| tree | 4c20ee37e4ead5105bc445493822337c819ebb8d /test cases/frameworks | |
| parent | 20f0f805a7223b9173d9516085989baee137e924 (diff) | |
| download | meson-edaf663ee2e7dfc01af3cace2f83a3fca7ef94d3.tar.gz | |
By default do not specify language version but instead use the compiler's default.
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 3 |
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. |
