Make workaround_elusive_bzip2 default to true

We will undo this once major linux distros pull their crap together.
This commit is contained in:
Tamás Bálint Misius
2022-12-08 07:49:06 +01:00
parent b20d38d3b0
commit 1af85b0f56

View File

@@ -114,7 +114,7 @@ option(
option(
'workaround_elusive_bzip2',
type: 'boolean',
value: false,
value: true,
description: 'acquire bzip2 dependency with find_library'
)
option(