Skip to content

Commit

Permalink
test: revert static: true kwarg of fmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 13, 2024
1 parent 096be95 commit bf7b04d
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 @@ -13,7 +13,7 @@ project(
project_description = 'Implementation Guardian of Analysis Algorithms'

# resolve dependencies
fmt_dep = dependency('fmt', version: '>=9.1.0', method: 'pkg-config', static: true)
fmt_dep = dependency('fmt', version: '>=9.1.0', method: 'pkg-config')
hipo_dep = dependency('hipo4', version: '>=4.0.1', method: 'pkg-config')

# list of dependencies
Expand Down

0 comments on commit bf7b04d

Please sign in to comment.