Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gtest\gmock via find_package #900

Open
malirod opened this issue Apr 7, 2020 · 1 comment
Open

Use gtest\gmock via find_package #900

malirod opened this issue Apr 7, 2020 · 1 comment

Comments

@malirod
Copy link

malirod commented Apr 7, 2020

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.

@malirod
Copy link
Author

malirod commented Apr 7, 2020

I would like to know the reason why deps (folly and gtest) are installed manually. with vcpkg both folly and gtest can be found via find_package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant