milvus-io / milvus-sdk-cpp

C++ SDK for Milvus 2.0
Apache License 2.0
35 stars 21 forks source link

Using conan or vcpgk to resolve thirdparty dependencies. #218

Open matrixji opened 1 year ago

matrixji commented 1 year ago

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

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

xiaofan-luan commented 1 year ago

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 commented 1 year ago

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