krishchanDr
krishchanDr
> There’s nothing we can do here. This isn’t a dependency of this package. It’s not even a dependency of our depends. It’s a depend of cargo via git2 via...
opentelemetry-cpp/cmake/opentelemetry-proto.cmake content, if(CMAKE_SYSTEM_NAME MATCHES "Windows|MinGW|WindowsStore") **list(APPEND OTELCPP_PROTO_TARGET_OPTIONS STATIC)** elseif(NOT DEFINED BUILD_SHARED_LIBS OR BUILD_SHARED_LIBS) list(APPEND OTELCPP_PROTO_TARGET_OPTIONS SHARED) else() list(APPEND OTELCPP_PROTO_TARGET_OPTIONS STATIC) endif() **Incase of windows the STATIC library is being build...
Hi, Thanks for the update. Please reply in this thread once the code is updated. Regards Chandra