Thomas Steiner
Thomas Steiner
~I've appended the option `with_stl` so the standard can also be explicitly chosen and not only detected. Reason: Our profile defaulted to C++14 but our project where we use this...
> > I've appended the option with_stl so the standard can also be explicitly chosen and not only detected. Reason: Our profile defaulted to C++14 but our project where we...
> That doesn’t sound right. If the cppstd doesn’t matter for a package, the recipe should delete it from `self.info.settings` when calculating the package ID so it doesn’t need to...
> > I think you got me wrong. I know that there is a default value and since now it was ok for us to use the profiles default one....
> @steinerthomas could you check if the current approach works for you? I've simplified the approach as now we don't have to support Conan 1 anymore @AbrilRBS looks good to...
> Bear in mind that the original issue is to support Conan 1x #24229 but as of this week it is no longer supported It seems that with conan2 it's...
> We ran into this same issue (`OPENTELEMETRY_STL_VERSION` not being set with the current recipe). Any chance of getting this merged? I resolved the merge conflict. Please review.