mirror of https://github.com/kiwix/libkiwix.git
Correctly compare version of meson
This commit is contained in:
parent
c15339a972
commit
5a9fd265d3
|
@ -35,7 +35,7 @@ if ctpp2_prefix_install == ''
|
||||||
endif
|
endif
|
||||||
ctpp2_dep = declare_dependency(link_args:link_args)
|
ctpp2_dep = declare_dependency(link_args:link_args)
|
||||||
else
|
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')
|
error('For custom ctpp2_prefix_install you need a meson version >=0.31.0')
|
||||||
endif
|
endif
|
||||||
ctpp2_include_path = ctpp2_prefix_install + '/include'
|
ctpp2_include_path = ctpp2_prefix_install + '/include'
|
||||||
|
|
Loading…
Reference in New Issue