You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/unit/catch.hpp is a boost header, please consider including the header from boost instead of including it in your project. Bundling is a big red flag for downstream distribution, Fedora, Debian, RHEL and others all have rules against it.
The text was updated successfully, but these errors were encountered:
I don't think that it is a boost header - it is a single-header library and I can't find it in the latest Boost release tarball. It uses a Boost license though. catch.hpp and acutest.h are not installed and just used when building unittests, do you think that they can really cause problems in distributions?
test/unit/catch.hpp is a boost header, please consider including the header from boost instead of including it in your project. Bundling is a big red flag for downstream distribution, Fedora, Debian, RHEL and others all have rules against it.
The text was updated successfully, but these errors were encountered: