rsocket/rsocket-cpp

test_utils/utils.h is removed but still included in CMakeLists.txt

ziruiliu opened this issue · 4 comments

In the latest change (rev D7798385), file yarpl/test_utils/utils.h is completed removed.
However in CMakeLists.txt the file is still included in line 135.
This will cause build failed

@ziruiliu I am facing the same thing. I NEED to use this library as it is a dependency. Did you find some workaround ?

lexs commented

I just started import of #865. Let me know if that doesn't fix your problems. Note that Travis is still failing due to gtest not supporting move-only types which I don't have time to fix right now.

phoad commented

I will prioritize landing that diff and update this thread.

phoad commented

Fixed :)