summaryrefslogtreecommitdiffstats
path: root/contrib/meson/meson.build
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-01-10 19:34:16 (GMT)
committerLzu Tao <taolzu@gmail.com>2019-01-10 19:34:16 (GMT)
commitd2288d2cc0ed47b3531d5ff97eea2e74a6612aa3 (patch)
treed9714cfbb9243ced1acae796ebd7b1a53b913954 /contrib/meson/meson.build
parent4765ad88bd4e0abc6f4b45146a47cfd9cd956ef5 (diff)
downloadlz4-d2288d2cc0ed47b3531d5ff97eea2e74a6612aa3.zip
lz4-d2288d2cc0ed47b3531d5ff97eea2e74a6612aa3.tar.gz
lz4-d2288d2cc0ed47b3531d5ff97eea2e74a6612aa3.tar.bz2
meson: Favor warning if cannot find version string
Diffstat (limited to 'contrib/meson/meson.build')
-rw-r--r--contrib/meson/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/meson/meson.build b/contrib/meson/meson.build
index d618eb4..e25e7c0 100644
--- a/contrib/meson/meson.build
+++ b/contrib/meson/meson.build
@@ -43,7 +43,7 @@ if r.returncode() == 0
message('Project version is now: @0@'.format(lz4_version))
endif
else
- message('Cannot find project version in @0@'.format(lz4_h_file))
+ warning('Cannot find project version in @0@'.format(lz4_h_file))
endif
lz4_libversion = lz4_version