Skip to content

Commit

Permalink
Fix dependency loading
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaser committed Oct 30, 2023
1 parent 8b695f9 commit 4528565
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 @@ -26,7 +26,7 @@ if get_option('cereal')
spoa_lib_deps += spoa_cereal_dep
endif

if (not meson.is_subproject())
if (not meson.is_subproject()) and (get_option('exe') or get_option('tests'))
# biosoup
spoa_biosoup_dep = dependency('biosoup', version : '>= 0.11.0', fallback : ['biosoup', 'biosoup_dep'])

Expand Down

0 comments on commit 4528565

Please sign in to comment.