Skip to content
Snippets Groups Projects
Commit 3aa2f249 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add requirement for meson >0.52.0

parent 3611d91e
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,12 @@ project( ...@@ -46,6 +46,12 @@ project(
version : '2.1.5', # should agree with binary_c_version.h version : '2.1.5', # should agree with binary_c_version.h
) )
############################################################
# require Meson 0.52.0 or later
#
find_program('meson',
version: '>=0.52.0')
############################################################ ############################################################
# compiler object # compiler object
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment