We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd3900 commit 0e9cd46Copy full SHA for 0e9cd46
meson.build
@@ -11,7 +11,7 @@ project(
11
12
version: '0.28.8',
13
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
14
- meson_version: '>=1.3.2' #first version with clang-cl openmp support,
+ meson_version: '>=1.8.1' #there is a problem with meson 1.8.0 so just use a higher version,
15
)
16
17
projectnamespace = 'themachinethatgoesping'
0 commit comments