Bump required meson version to 0.64
Needed by configure_file(..., copy: true).
This commit is contained in:
parent
345c432767
commit
e09b125981
@ -10,7 +10,7 @@ project(
|
||||
'build.cpp_std=c++17', # 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')
|
||||
|
Reference in New Issue
Block a user