Skip to content

Commit 69bb73f

Browse files
committed
wip - disable subproject tests
1 parent 0c078d0 commit 69bb73f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ swig = find_program('swig', native: true)
7070
# dependency object.
7171
mmcore_proj = subproject(
7272
'MMCore',
73-
default_options: {'default_library': 'static'},
73+
default_options: {
74+
'default_library': 'static',
75+
'tests': 'disabled', # Avoid Catch2 subproject in sdist
76+
},
7477
)
7578
mmcore_dep = mmcore_proj.get_variable('mmcore')
7679

0 commit comments

Comments
 (0)