Skip to content

Commit

Permalink
MAINT: Require boost from the get go
Browse files Browse the repository at this point in the history
  • Loading branch information
RuhiRG committed Aug 26, 2024
1 parent b147ba2 commit fc84473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ boost_dep = dependency('boost',
'filesystem',
'system',
],
required : false,
required : true,
static : true,
)
_deps += [ boost_dep ]
Expand Down

0 comments on commit fc84473

Please sign in to comment.