USBGuard / usbguard

USBGuard is a software framework for implementing USB device authorization policies (what kind of USB devices are authorized) as well as method of use policies (how a USB device may interact with the system)
https://usbguard.github.io/
GNU General Public License v2.0
1.1k stars 133 forks source link

Fails to compile with Catch2 >=3.0.1 (which does not have header file catch.hpp) #549

Open hartwork opened 2 years ago

hartwork commented 2 years ago

Quoting https://github.com/catchorg/Catch2/releases/tag/v3.0.1:

Including catch.hpp no longer works

https://github.com/USBGuard/usbguard/blob/4982b018cdda52c539e8b08ae158e54cb3a13e2f/configure.ac#L399

Related downstream report at https://bugs.gentoo.org/850589