build: disable catch2 unit-tests
The library tests take more time to complie than the entire Waybar.pull/2926/head
parent
f3063e86aa
commit
fd5a03dc5f
|
@ -563,6 +563,7 @@ endif
|
|||
catch2 = dependency(
|
||||
'catch2',
|
||||
version: '>=3.5.1',
|
||||
default_options: [ 'tests=false' ],
|
||||
fallback: ['catch2', 'catch2_dep'],
|
||||
required: get_option('tests'),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue