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
At the moment I see gtest is configured from log archive which is stored in the project root.
It makes troubles in case external package managers. I'm playing with vcpkg at the moment but conan uses similar approach. I'm trying include rsocket-cpp to vcpkg ( microsoft/vcpkg#10705 ) and gtest is already available via find_package but rsocket-cpp cannot find it automatically.
The text was updated successfully, but these errors were encountered:
At the moment I see gtest is configured from log archive which is stored in the project root.
It makes troubles in case external package managers. I'm playing with vcpkg at the moment but conan uses similar approach. I'm trying include rsocket-cpp to vcpkg ( microsoft/vcpkg#10705 ) and gtest is already available via find_package but rsocket-cpp cannot find it automatically.
The text was updated successfully, but these errors were encountered: