aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-03 16:40:47 +0200
committerThomas White <taw@physics.org>2021-09-03 17:05:10 +0200
commit4f05eadcb6f94b24099e04b1bdfb2912be10c446 (patch)
treea0bd070d590fcea5ebb93ca799e97a08364cfdb8 /meson.build
parent229e384a98b3589734095b8bc8e48ad8118e7d2a (diff)
Meson: Add libccp4c as a wrapped subproject
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 841e65cd..6e92d430 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
project('crystfel', 'c',
version: '0.10.0',
license: 'GPL3+',
- meson_version: '>=0.50.0',
+ meson_version: '>=0.55.0',
default_options: ['buildtype=debugoptimized'])
libcrystfel_api_version = 14