Make workaround_elusive_bzip2 default to true
We will undo this once major linux distros pull their crap together.
This commit is contained in:
parent
b20d38d3b0
commit
1af85b0f56
@ -114,7 +114,7 @@ option(
|
||||
option(
|
||||
'workaround_elusive_bzip2',
|
||||
type: 'boolean',
|
||||
value: false,
|
||||
value: true,
|
||||
description: 'acquire bzip2 dependency with find_library'
|
||||
)
|
||||
option(
|
||||
|
Reference in New Issue
Block a user