Todiq
Todiq
### What is your question? Hello, I would like to create CI jobs that run exclusively on linux runners. Since people in my company use Visual Studio extensively, I have...
### What is your suggestion? Hello. Thank you for taking the time to read this. https://github.com/conan-io/conan/issues/3099 could be very handy for my use case, although workarounds exist. Please note that...
### What is your question? Hello, I have a question regarding boost dependencies. My recipe looks like this: ```txt [requires] boost/1.81.0 [options] boost*:shared=True ``` However, when running `conan graph explain...
### What is your question? Hello, This is to get more clarification regarding conan-io/conan#14067 I ran your code @RubenRBS: ```python from conan.tools.files import copy def deploy(graph, output_folder, **kwargs): for node...
### Environment details * Operating System+version: Windows 10 22H2 * Compiler+version: clang-cl 16.0.5 * Conan version: 2.0.11 * Python version: 3.11.5 ### Steps to reproduce 1. Use the following profile:...
### Describe the bug version: 2.4.1 conan_path: D:\venv\Scripts\conan python version: 3.9.13 sys_version: 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] sys_executable: D:\venv\Scripts\python.exe is_frozen: False architecture: AMD64 system...
Hello! I was unable to create a minimal reproducible case that I could have posted in the `conan` repo issues. Following https://docs.conan.io/2/reference/tools/cmake/cmaketoolchain.html#conan-runtime-lib-dirs kept leading me to the following error: Running...
### Describe the bug version: 2.6.0 conan_path: C:\venv\Scripts\conan python version: 3.9.13 sys_version: 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] sys_executable: C:\venv\Scripts\python.exe is_frozen: False architecture: AMD64 system...
### What is your question? Hello, I have a conan package that contains several libraries, but also some executables In another project, I use that package to link with the...
[question] Installing an executable with its dependencies through CMake with the new CMakeConfigDeps
### What is your question? Hello ! Although I am well aware deployers exist to install components coming from another conan package, I would like to able to do so...