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

Using conan or vcpgk to resolve thirdparty dependencies. #218

Open
matrixji opened this issue Mar 8, 2023 · 2 comments
Open

Using conan or vcpgk to resolve thirdparty dependencies. #218

matrixji opened this issue Mar 8, 2023 · 2 comments
Assignees
Labels
kind/improvement Improvement of code or project

Comments

@matrixji
Copy link
Collaborator

matrixji commented Mar 8, 2023

Now we have to use External Project in cmake to clone the code from GitHub, there will be two issues:

  • The initial download size is too large
  • It's difficult to build while with a limited network.

Try using conan2(prefer) or vcpkg to manage the dependencies.

@matrixji matrixji added the kind/improvement Improvement of code or project label Mar 8, 2023
@xiaofan-luan
Copy link
Contributor

Now we have to use External Project in cmake to clone the code from GitHub, there will be two issues:

  • The initial download size is too large
  • It's difficult to build while with a limited network.

Try using conan2(prefer) or vcpkg to manage the dependencies.

Milvus already use conan. Feel free to discuss with @jiaoew1991

@matrixji
Copy link
Collaborator Author

matrixji commented Mar 8, 2023

Milvus already use conan. Feel free to discuss with @jiaoew1991
Yes, I see that on master, so I'd like to see conan is the 1st choice for cpp sdk at the moment

@matrixji matrixji self-assigned this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement Improvement of code or project
Projects
None yet
Development

No branches or pull requests

2 participants