From 18c00ddde7a7d30aabb2d1832768762e94335bc5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 14 Feb 2021 14:35:33 +0100 Subject: [PATCH] Remove mentions of CMake I don't think we'll be able to use a non-forked version of the VST3 SDK any time soon. --- meson_options.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index c42a9a40..f56ae55a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -12,18 +12,11 @@ option( description : 'Enable static linking for Boost. Needed when distributing the binaries to other systems.' ) -# NOTE: Right now this does not actually require CMake. Because of a limitation -# in Meson we can't use the original build definitions just yet. For the -# time being we have just written our own meson.build to replace the SDK's -# CMake project. Once Meson allows mixing native and cross compiled CMake -# subprojects the commit that added this notice can be reverted. -# -# https://github.com/mesonbuild/meson/issues/8043 option( 'with-vst3', type : 'boolean', value : true, - description : 'Whether to build the VST3 version of yabridge. This requires CMake to be installed.' + description : 'Whether to build the VST3 version of yabridge.' ) option(