You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue arises with curl installation when exporting CMake targets, but no related information is mentioned in the curl 8.12 changelog. vcpkg uses a patch (https://github.com/microsoft/vcpkg/blob/2025.01.13/ports/curl/dependencies.patch) to replace all -lXXX with CMake targets to solve this issue. However, since we are not a build system, we cannot modify curl's build script. #3272 attempts to handle this problem for otel-cpp builds but does not export the link flags.
BTW: There is a problem about curl's target name when using official exporting. #3272 also fixes it.
marcalff
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Feb 24, 2025
Describe your environment
Can not build with libcurl 8.12.
The text was updated successfully, but these errors were encountered: