summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ce21dc4..5680a1a 100644
--- a/meson.build
+++ b/meson.build
@@ -253,7 +253,6 @@ if not get_option('tests').disabled() and not meson.is_subproject()
)
endforeach
- thread_dep = dependency('threads', required: get_option('tests'))
if thread_dep.found()
foreach test : threaded_tests
sources = common_test_sources + files('test/@0@.c'.format(test))