Luis Caro Campos
Luis Caro Campos
We may be able to provide a workaround or an alternative for this on the other hand - could you confirm which operating system and CMake generator you are using?...
Hi @hwhsu1231! Thanks for the thorough analysis. You are certainly on the right track!! The key information is in the [documentation](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#genex:TARGET_RUNTIME_DLLS) of the `TARGET_RUNTIME_DLLS` generator expression. For _imported_ targets (as...
I think with CMake there isn't currently a solution that covers all cases, but there is potential for one. When **not** cross compiling, `CMakeToolchain` will set `CMAKE_PREFIX_PATH` to the directory...
Hi @mpusz - thank you for reporting this. Will investigate, as my understanding from reading the CMake documentation is that this should work transparently and that it doesn't need anything...
Hi @AndersGnistrup - thank you for reporting this issue. Is there any _package_ that you expect to be satisfied by the SDK sysroot and not by Conan? that is, a...
Hi @AndersGnistrup - thanks for the follow-up. If you know how many libraries are in _both_ the SDK and in Conan, and it is not too many, you can try...
Android with `c++_static` and `c++_shared` might be a different case as those are already modelled (with those names) in the Android NDK and all relevant tooling. In the case of...
Thanks for testing @Nekto89 Indeed the compiler with "MSVC toolset 19.40.xxx" is still part of the `v143` platform toolset. @memsharded I think it looks okay now, but I will double...
Tested: * `conan profile detect` detects `194` when the preview is installed ✅ * When consuming a package with `compiler.version=194`, and a binary exists for `193` but not for `194`,...
if my understanding is correct, there are some scenarios ### A user that has side-by-side installations of VS2022 and VS2022.10 preview: ##### A) User runs `conan profile detect` * `conan...