Remove the now obsolete with-static-boost option

This commit is contained in:
Robbert van der Helm
2022-04-14 19:05:36 +02:00
parent f1d1c2520c
commit e4966a6245
4 changed files with 11 additions and 12 deletions
+2 -7
View File
@@ -1,3 +1,5 @@
# TODO: For yabridge 4.0, remove the `with-` prefix from these options
option(
'with-bitbridge',
type : 'boolean',
@@ -5,13 +7,6 @@ option(
description : 'Build a 32-bit host application for hosting 32-bit plugins. See the readme for full instructions on how to use this.'
)
option(
'with-static-boost',
type : 'boolean',
value : false,
description : 'Enable static linking for Boost. Needed when distributing the binaries to other systems.'
)
option(
'with-vst3',
type : 'boolean',