Skip to content

meson: remove unknown arguments

Vignesh Raman requested to merge wip/vignesh/fix-meson-argument into apertis/v2023dev2

The build was failing with: ../tests/gtest/meson.build:2:4: ERROR: test got unknown keyword arguments "install"

Removed "install" argument to fix the build error.

Fixes: https://phabricator.apertis.org/T8744

Merge request reports