Closed vrusinov closed 4 years ago
Some more information:
$ sudo emerge -av1 restbed
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ~] net-libs/restbed-4.6::ring-overlay USE="ssl static-libs test -doc -examples -libressl" 0 KiB
Now, I see there is
DEPEND="${RDEPEND}
test? ( dev-cpp/catch )"
And I have [ebuild R ] dev-cpp/catch-2.5.0::gentoo USE="test" 0 KiB
installed.
Not quite sure what is going on yet.
Might be an upstream issue: https://github.com/Corvusoft/restbed/issues/300
I think cmake/Findcatch.cmake
may not be looking at the right places.
First of all thanks for all your feedback and sorry for the silence. I just around to look into the build again. There is now an updated restbed ebuild. For me it's working with the test
USE-flag. Let me know if you have any more issues.