Remove the deprecated use-* compilation options

This commit is contained in:
Robbert van der Helm
2020-11-08 12:36:06 +01:00
parent 889d9d81c4
commit 7931f38066
4 changed files with 10 additions and 38 deletions
-16
View File
@@ -1,12 +1,3 @@
# TODO: Remove the `use-*` variants of these options in yabridge 2.0.0
option(
'use-bitbridge',
type : 'boolean',
value : false,
description : 'Alias for `with-bitbridge`, will be marked as deprecated in the next minor version.'
)
option(
'with-bitbridge',
type : 'boolean',
@@ -21,13 +12,6 @@ option(
description : 'Enable static linking for Boost. Needed when distributing the binaries to other systems.'
)
option(
'use-winedbg',
type : 'boolean',
value : false,
description : 'Alias for `with-winedbg`, will be marked as deprecated in the next minor version.'
)
option(
'with-winedbg',
type : 'boolean',