From e8dc6b0f45f1127a830ce29059e19a6b160ae116 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 24 Jan 2017 15:41:42 +0100 Subject: [PATCH] Correctly compare version of meson --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2203640..96aab33 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ if ctpp2_prefix_install == '' endif ctpp2_dep = declare_dependency(link_args:link_args) else - if find_library_in_compiler + if not find_library_in_compiler error('For custom ctpp2_prefix_install you need a meson version >=0.31.0') endif ctpp2_include_path = ctpp2_prefix_install + '/include'