Skip to content

Commit

Permalink
wip - disable subproject tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Jan 22, 2024
1 parent 0c078d0 commit 69bb73f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ swig = find_program('swig', native: true)
# dependency object.
mmcore_proj = subproject(
'MMCore',
default_options: {'default_library': 'static'},
default_options: {
'default_library': 'static',
'tests': 'disabled', # Avoid Catch2 subproject in sdist
},
)
mmcore_dep = mmcore_proj.get_variable('mmcore')

Expand Down

0 comments on commit 69bb73f

Please sign in to comment.