milvus-sdk-cpp icon indicating copy to clipboard operation
milvus-sdk-cpp copied to clipboard

Using conan or vcpgk to resolve thirdparty dependencies.

Open matrixji opened this issue 1 year ago • 2 comments

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 avatar Mar 08 '23 00:03 matrixji

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

xiaofan-luan avatar Mar 08 '23 05:03 xiaofan-luan

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 avatar Mar 08 '23 06:03 matrixji