max0x7ba / atomic_queue

C++ lockless queue.
MIT License
1.47k stars 176 forks source link

Make benchmark dependencies optional in meson.build? #31

Closed musicinmybrain closed 3 years ago

musicinmybrain commented 3 years ago

Consider allowing the tests to be built with meson even when the benchmark dependencies are not available.

Possible implementation: https://github.com/max0x7ba/atomic_queue/pull/30

max0x7ba commented 3 years ago

I don't have any experience with meson, so cannot comment on that. If you'd like to submit a pull request, then please do so.

musicinmybrain commented 3 years ago

This is solved by PR https://github.com/max0x7ba/atomic_queue/pull/30, which you just merged—so thanks! I’m closing the issue.