James
James
Yes, definitely, you can configures proxies at the system level, every distro will have its way, here is the ubuntu one, for example: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html
Hi @birsoyo For something like this to work, I guess that it would be necessary to call ``conan install`` (the ``conan_cmake_install()``, once per different configuration to be built. The ``autodetect``...
> "by this project" I meant "FormatOutput" example in this cmake-conan repo. Sorry, I am still struggling to find that reference. In this project there are no "FormatOutput" example, did...
For some reason CI is red: https://ci.conan.io/blue/organizations/jenkins/Examples/detail/PR-100/2/pipeline Could we check the CI pipelines? It would be great to have this green to start merging things
Maybe using the new ``conan new --file=xxxx`` functionality? It is in develop branch, to be released in Conan 1.16
This happens because new CMakeDeps will pull all dependencies to generate ``xxx-config.cmake`` files, including cmake, if not build/host context are used. Using: ``` conan create . -s:b os=Windows ``` avoids...
Thanks for contributing. The CI has an error, doesn't seem related to your PR. FYI, the workspace is a experimental feature that has been on hold for a long time,...
Hi @BlankRain First, we would need a bit more of information, typically the OS, conan versions, etc. I would say that you are hitting the issue pointed in point 5...
Hi @rootifera Did you run ``conan install`` and make sure that you removed the temporary build scripts from cmake, and then run ``cmake`` again to build the thing? Is it...
HI @bill-luu Glad that you fixed it. We will be fixing this for Conan 2.0 (now it will be breaking). To summarize: - Conan by default uses ``compiler.libcxx=libstdc++`` for wider...