DNS-OARC / flamethrower

a DNS performance and functional testing utility supporting UDP, TCP, DoT and DoH
Apache License 2.0
318 stars 37 forks source link

Use system catch headers if possible #74

Closed pemensik closed 3 years ago

pemensik commented 3 years ago

Try to find catch2 package using pkg-config. Use system header if recent enough. Fallback to bundled header otherwise.

Related to already fixed issue in catch header https://github.com/catchorg/Catch2/issues/2178

weyrick commented 3 years ago

Thanks @pemensik