mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Remove the deprecated use-* compilation options
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user