Skip to content

Commit 0e9cd46

Browse files
committed
update meson -> 1.8.1
1 parent 1dd3900 commit 0e9cd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(
1111

1212
version: '0.28.8',
1313
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
14-
meson_version: '>=1.3.2' #first version with clang-cl openmp support,
14+
meson_version: '>=1.8.1' #there is a problem with meson 1.8.0 so just use a higher version,
1515
)
1616

1717
projectnamespace = 'themachinethatgoesping'

0 commit comments

Comments
 (0)