Skip to content

Commit 35be1f1

Browse files
committed
try 2024.06.15 version of vcpkg libraries
1 parent ba21413 commit 35be1f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ if(WIN32)
419419
$<TARGET_FILE_DIR:ZLIB::ZLIB>/../bin/${ZLIB_DLL})
420420

421421
if(WITH_OTLP_HTTP)
422-
set(OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES ${OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES}
423-
$<TARGET_FILE:CURL::libcurl>)
422+
set(OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES ${OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES}
423+
$<TARGET_FILE:CURL::libcurl_shared>)
424424
endif()
425425

426426
if(WITH_OTLP_GRPC)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
]
2525
}
2626
},
27-
"builtin-baseline": "b02e341c927f16d991edbd915d8ea43eac52096c"
27+
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
2828
}

0 commit comments

Comments
 (0)