File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ if(WIN32)
423
423
424
424
if (WITH_OTLP_HTTP)
425
425
set (OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES ${OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES}
426
- $<TARGET_FILE:CURL::libcurl >)
426
+ $<TARGET_FILE:CURL::libcurl_shared >)
427
427
endif ()
428
428
429
429
if (WITH_OTLP_GRPC)
@@ -432,10 +432,8 @@ if(WIN32)
432
432
set (OPENSSL_DLL libssl-3-x64.dll)
433
433
set (OPENSSL_CRYPTO_DLL libcrypto-3-x64.dll)
434
434
set (OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES ${OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES}
435
- $<TARGET_FILE:c-ares::cares>
436
435
$<TARGET_FILE_DIR:OpenSSL::SSL>/../bin/${OPENSSL_DLL}
437
- $<TARGET_FILE_DIR:OpenSSL::SSL>/../bin/${OPENSSL_CRYPTO_DLL}
438
- $<TARGET_FILE:re2::re2>)
436
+ $<TARGET_FILE_DIR:OpenSSL::SSL>/../bin/${OPENSSL_CRYPTO_DLL} )
439
437
endif ()
440
438
else ()
441
439
set (OTEL_CPP_RUNTIME ${OTEL_CPP_PREFIX} /lib/libopentelemetry_proto${CMAKE_SHARED_LIBRARY_SUFFIX} )
Original file line number Diff line number Diff line change 1
1
set (VCPKG_TARGET_ARCHITECTURE x64)
2
2
set (VCPKG_CRT_LINKAGE dynamic)
3
- # Conflict with abseil_dll.dll used by Simulink. Use static library to avoid conflict.
4
- if (${PORT} MATCHES "abseil" )
3
+ # Conflict with abseil_dll.dll used by Simulink. cares.dll and re2.dll are also shipped with MATLAB.
4
+ # Use static libraries to avoid conflict.
5
+ if (${PORT} MATCHES "(abseil|c-ares|re2)" )
5
6
set (VCPKG_LIBRARY_LINKAGE static )
6
7
else ()
7
8
set (VCPKG_LIBRARY_LINKAGE dynamic)
Original file line number Diff line number Diff line change 25
25
]
26
26
}
27
27
},
28
- "builtin-baseline" : " 638b1588be3a265a9c7ad5b212cef72a1cad336a "
28
+ "builtin-baseline" : " f7423ee180c4b7f40d43402c2feb3859161ef625 "
29
29
}
You can’t perform that action at this time.
0 commit comments