Replies: 1 comment 3 replies
-
This should work. Can you share the build logs ?
tagging @ThomsonTan for vcpkg upgrade. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using vcpkg, but it's stuck at 1.9.1, so I thought I would use FetchContent_Declare from cmake to pull my OpenTelemetry dependency in. I've probably made a rookie mistake, but here's what I put in my CMakeLists.txt file (I set options to mirror to as best as I could figure from this repo and vcpkg):
when I do this and build, I get:
and
Any suggestions how to resolve this? How are people building static linked apps with OpenTelemetry?
Beta Was this translation helpful? Give feedback.
All reactions