Skip to content

Commit 43d61a8

Browse files
authored
Merge pull request #110 from sjinks/update-vcpkg-baseline-ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0
chore(deps): update default registry's baseline to `ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0`
2 parents 2e62973 + 95438e6 commit 43d61a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/wwa_opentelemetry_resource_detectors-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get_filename_component(OTEL_RESOURCE_DETECTORS_CMAKE_DIR "${CMAKE_CURRENT_LIST_F
33
list(APPEND CMAKE_MODULE_PATH ${OTEL_RESOURCE_DETECTORS_CMAKE_DIR})
44

55
include(CMakeFindDependencyMacro)
6-
find_dependency(opentelemetry-cpp QUIET REQUIRED COMPONENTS resources)
6+
find_dependency(opentelemetry-cpp QUIET REQUIRED COMPONENTS sdk)
77

88
if(NOT TARGET wwa_opentelemetry_resource_detectors)
99
include("${OTEL_RESOURCE_DETECTORS_CMAKE_DIR}/wwa_opentelemetry_resource_detectors-target.cmake")

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"default-registry": {
33
"kind": "git",
4-
"baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b",
4+
"baseline": "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0",
55
"repository": "https://github.com/microsoft/vcpkg"
66
},
77
"registries": [

0 commit comments

Comments
 (0)