mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[opentelemetry-cpp] fix otlp feature on mac (#30466)
This commit is contained in:
parent
fe367ac23e
commit
6d49a9591e
@ -38,6 +38,7 @@ if(WITH_OTLP)
|
||||
file(COPY "${src}/." DESTINATION "${SOURCE_PATH}/third_party/opentelemetry-proto")
|
||||
# Create empty .git directory to prevent opentelemetry from cloning it during build time
|
||||
file(MAKE_DIRECTORY "${SOURCE_PATH}/third_party/opentelemetry-proto/.git")
|
||||
list(APPEND FEATURE_OPTIONS -DCMAKE_CXX_STANDARD=14)
|
||||
endif()
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -2,6 +2,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"name": "opentelemetry-cpp",
|
||||
"version-semver": "1.8.3",
|
||||
"port-version": 1,
|
||||
"description": [
|
||||
"OpenTelemetry is a collection of tools, APIs, and SDKs.",
|
||||
"You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior."
|
||||
|
@ -5858,7 +5858,7 @@
|
||||
},
|
||||
"opentelemetry-cpp": {
|
||||
"baseline": "1.8.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"opentracing": {
|
||||
"baseline": "1.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3777014ad8e4997a8c0afbbc7f37ff949497059c",
|
||||
"version-semver": "1.8.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7b038c874943ff65c4753c535698f6f409391dab",
|
||||
"version-semver": "1.8.3",
|
||||
|
Loading…
Reference in New Issue
Block a user