meson.build: Skip C++ detection unless we're targeting Windows
authorThomas Huth <thuth@redhat.com>
Wed, 5 Jul 2023 13:36:39 +0000 (15:36 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 10 Jul 2023 13:34:57 +0000 (15:34 +0200)
commit6db77bb2c1aa1e59b4a04ba3c9b4b8bb17609d48
tree4a11066421db0200a5195fc68a10155e599ae2b7
parent9ffcbe2a60d24fc20b98f010dbca244df1fe82c5
meson.build: Skip C++ detection unless we're targeting Windows

The only C++ code that we currently still have in the repository
is the code in qga/vss-win32/ - so we can skip the C++ detection
unless we are compiling binaries for Windows.

Message-Id: <20230705133639.146073-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
meson.build