James
James
Hi @KevDi Thanks for your question. First let me give some hints and general feedback: - If your package is an application, I'd strongly suggest: - dropping the ``shared`` option,...
For the environment variables issues, I see that the generated ``CMakePresets.json`` file contains in its test-presets: ``` PATH=...C:\\Users\\user\\Documents\\Unterlagen\\Projekte\\myapp\\code\\myapp\\build\\bin\\Debug ``` So that is looking correct? Isn't that the folder that contains...
> i build an exectuable and some dlls in that project (the executable consumes some of those). And it seems it is a problem in Visual Studio because it is...
> Then i opened up the created sln File in Visual Studio. I can of course build and start the exe Application if i select it as startup Project. But...
Hi @bkarasm Trying to understand the issue. You mean that it is 100% mandatory that the project above is always inside a ``mylib`` folder in the file system, and that...
> I could instruct git to clone into mylib subfolder inside conan cache. I am not sure how this would be done. If the recipe contains a ``source()`` that downloads...
Thanks for the repo. I have been playing with it, and I think the problem is that the layout is ill-formed, and it won't have any elegant solution. I have...
There is some further discussion in https://github.com/conan-io/conan/issues/17211 ticket, with some recommendations how to do parallel uploads at the moment. Then, the ticket to track the possible future implementation of atomic...
We'll talk about it possibly today, but some quick feedback here: > The workflow for 'conan workspace super-install' seems really nice, however it will error out with a version conflict....
Hi @ScottGTI We have been doing a lot of progress since then in "workspaces". Still, it seems mostly impossible, CMake is limited to find a single dependency via ``find_package()``, it...