[Meson] Fix warnings related to the run_command call
authorWook Song <wook16.song@samsung.com>
Mon, 23 May 2022 07:57:45 +0000 (16:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 2 Jun 2022 00:59:45 +0000 (09:59 +0900)
commit0584ce06e30f1dbb188bce2b370df53d335046dd
treea189ea48f9cee6eeec506589a1c6de435e88c4f3
parentad3d7be280196229d2291276628ec92ff8a13893
[Meson] Fix warnings related to the run_command call

This patch sets the keyword argument, 'check', of the run_command
function to true in order to fix the following warnings:

WARNING: You should add the boolean check kwarg to the run_command call.
         It currently defaults to false,
         but it will default to true in future releases of meson.
         See also: https://github.com/mesonbuild/meson/issues/9300

Signed-off-by: Wook Song <wook16.song@samsung.com>
ext/nnstreamer/meson.build
ext/nnstreamer/tensor_filter/meson.build
meson.build
tools/development/parser/meson.build