Adnn

Results 27 comments of Adnn

Turns out I had this implemented and waiting in a fork, please take a look at PR #9 when you get the opportunity.

@Altair3232 I had the same issue, it was fixed by switching renderer from Legacy (OpenGL 1) to modern (Open GL 2) in the menu. Leaving that here in case someone...

Hi @memsharded Support for mechanically generating `package_info()` content from CMake package config files is one of the two features that would really take Conan 2 to the next level in...

Hi @memsharded, Just watched [last year video](https://youtu.be/ZTjG8fy6Bek?si=Q7dgYGDn6AokJWfD), which was a great introduction to [Common Package Specification](https://cps-org.github.io/cps/overview.html). CPS seems to be the way forward with the issue of mechanically extracting the...

Hi @memsharded , sorry for the delay before I could try your approach. It did work (I could not confirm the build though, because of subsequent issues). In the actual...

Thank you @memsharded for this very instructive response. > This is not that unusual, and this can happen very easily for [...] packages with visible=False. Out of curiosity, does that...

Hi @memsharded, Thank you for the update! > The PR #18943 adds support to define workspace packages only with path: , and it will resolve name/version from the recipe itself...