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
Some issues (#705, #1359) was created before, and as talked in #2163, create a separate issue here.
Describe the solution you'd like
Patch imported target in cmake CONFIG packages to enable users to use prebuilt packages with different CONFIG settings.
The text was updated successfully, but these errors were encountered:
esigo
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
Aug 9, 2023
Does this mean we patch target files from other packages?
Patch imported target in cmake CONFIG packages to enable users to use prebuilt packages with different CONFIG settings.
For example, when user built packages with -DCMAKE_BUILD_TYPE=RelWithDebInfo , we can allow otel-cpp is built with -DCMAKE_BUILD_TYPE=Debug on Linux and macOS, and with -DCMAKE_BUILD_TYPE=Release on Windows.
Is your feature request related to a problem?
Some issues (#705, #1359) was created before, and as talked in #2163, create a separate issue here.
Describe the solution you'd like
Patch imported target in cmake CONFIG packages to enable users to use prebuilt packages with different CONFIG settings.
The text was updated successfully, but these errors were encountered: