Michael Keck

Results 343 comments of Michael Keck

We regularly forget that in Bincrafters but also in CCI https://github.com/conan-io/conan-center-index/pull/1125

Please have a look in your `settings.yml` file. It looks like only `['libstdc++', 'libstdc++11']` would be the possible values in there for `settings.compiler.libcxx` You need to add `libc++` if you...

Is username/channel deprecated in Conan itself? If not, then it should not be deprecated within this tool It is a nice way to distinguish between e.g. testing/stable or different sources/remotes...

> and for sure, we can use those variables in the CI files and use them to call Conan (imagine this is valid Travis/Appveyor/Jenkins): The point is, if you use...

I believe there are still function parameters for this, but I believe for most other parameters conan-package-tools is supporting parameters AND environment variables. So why making a difference here?

`conanfile.txt` have an own `[imports]` section. Can't we make use of this, instead of having to list imports in the CMake file? 🤔

Having a quick look into the source, yes, it should be possible. I can't get even one of both variants to work for some reason

My imports work when executing `conan install .` in the terminal, but I can't get it working through CMake

~~If 3.1.6 isn't yet released, can't the patch be still be included in the release?~~ Nvm, I just read your issue. It is still unusual to add patches for versions...

If you go ahead with this, please give the option to opt-out of it. Some hooks are good -if- you want to fulfill certain community standards, but there are also...