Remove system-asio build option

Asio has been shipping with `pkg-config` support since version 1.23, so
this is no longer needed.
This commit is contained in:
Robbert van der Helm
2025-06-01 22:37:45 +02:00
parent 6318f1623e
commit 5d257268a4
3 changed files with 6 additions and 33 deletions
-12
View File
@@ -12,18 +12,6 @@ option(
description : 'Whether to build the CLAP version of yabridge.'
)
option(
'system-asio',
type : 'boolean',
value : false,
description : '''If set to true, then <asio.hpp> from the standard include
directories will be used in place of a pkgconfig definition,
CMake dependency, or subproject wrap. The asio library does
not come with any build definitions Meson can use to detect
its installed version and location, so this behavior is
behind an option as it's only relevant for distro packaging.'''
)
option(
'vst3',
type : 'boolean',