We are currently building GRPC with cmake because it affords some additional flexibility with respect to managing grpc's dependencies.
It would be convenient for us (and possibly others) if LightStep's cmake build could perhaps optionally find GRPC via find_package / cmake config (e.g. lib/cmake/grpc/*.cmake and friends) in addition to its current pkg config based support.
Thanks!
We are currently building GRPC with cmake because it affords some additional flexibility with respect to managing grpc's dependencies.
It would be convenient for us (and possibly others) if LightStep's cmake build could perhaps optionally find GRPC via find_package / cmake config (e.g.
lib/cmake/grpc/*.cmakeand friends) in addition to its current pkg config based support.Thanks!