We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f60897 commit ace762fCopy full SHA for ace762f
meson.build
@@ -3,7 +3,10 @@ project(
3
'cpp',
4
version: '3.9.0',
5
license: 'Apache-2.0',
6
- default_options: ['cpp_std=gnu++20,gnu++17,vc++latest,c++20,c++17'],
+ default_options: [
7
+ meson.version().version_compare('>= 1.3.0') ? 'cpp_std=gnu++20,gnu++17,vc++latest,c++20,c++17' : 'cpp_std=c++20',
8
+ ],
9
+ meson_version: '>= 0.63',
10
)
11
12
subdir('include')
0 commit comments