-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
bugSomething isn't workingSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Windows DLL build is only supported for MSVC, but seems not all the places checks it in examples like below. When building DLL on windows with mingw, the error message will be very cryptic like "opentelemetry-cpp::opentelemetry_cpp target was not found". It will be helpful to error out the unsupported scenario instead of postpone it to the error of missing dependence.
if(DEFINED OPENTELEMETRY_BUILD_DLL) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.