From e09b125981816737f5eb4ed20de431300f7310d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Thu, 31 Aug 2023 16:46:33 +0200 Subject: [PATCH] Bump required meson version to 0.64 Needed by configure_file(..., copy: true). --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4bacc75ee..6ea9abc4b 100644 --- a/meson.build +++ b/meson.build @@ -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')