Skip to content

Commit

Permalink
Try to build fmt as static lib
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <[email protected]>
  • Loading branch information
jeandet committed Jul 25, 2024
1 parent 35710c5 commit 7c8ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciQLopPlots/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ qtdeps = dependency(qt_sdk, modules : ['Core','Widgets','Gui','Svg','PrintSuppor

cpp_utils_dep = dependency('cpp_utils', fallback : ['cpp_utils', 'cpp_utils_dep'], default_options: [f'with_tests=false'])
hedley_dep = dependency('hedley', main : true, fallback : ['hedley', 'hedley_dep'])
fmt_dep = dependency('fmt')
fmt_dep = dependency('fmt', static:true)
gl_dep = dependency('gl')

qmake_possible_names = ['qmake-qt6','qmake6','qmake']
Expand Down

0 comments on commit 7c8ca03

Please sign in to comment.