Skip to content
Snippets Groups Projects
Verified Commit d881bf84 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Meson build system: meson ⩾ 0.64.0 is required

parent bdb5cdac
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
project('dynare-preprocessor', 'cpp',
version : '6-unstable',
default_options : [ 'cpp_std=gnu++20', 'warning_level=2' ])
default_options : [ 'cpp_std=gnu++20', 'warning_level=2' ],
meson_version : '>=0.64.0')
add_global_arguments('-DPACKAGE_VERSION="' + meson.project_version() + '"', language : 'cpp')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment