Bump required meson version to 0.64

Needed by configure_file(..., copy: true).
This commit is contained in:
Tamás Bálint Misius
2023-08-31 16:46:33 +02:00
parent 345c432767
commit e09b125981

View File

@@ -10,7 +10,7 @@ project(
'build.cpp_std=c++17', # used by to_array 'build.cpp_std=c++17', # used by to_array
'build.cpp_rtti=false', # used by to_array 'build.cpp_rtti=false', # used by to_array
], ],
meson_version: '>=0.61.0', meson_version: '>=0.64.0',
) )
if get_option('prepare') if get_option('prepare')