rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

fatal error: gtest/gtest.h: No such file or directory #868

Open wilfredcho opened 6 years ago

wilfredcho commented 6 years ago

I was following the readme file to build yarpl for fbthrift Building yarpl and this showed up....

What is this?

phoad commented 6 years ago

cmake ../ -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_TESTS=OFF

Do you need to build the tests? Otherwise, use this until we fix the issue.