Mateusz Pusz
Mateusz Pusz
> This would be doable with the flexibility that CMakeToolchain, but it needs to be explicit, for example we could define a conf like tools.cmake.cmaketoolchain:cxx_compiler, that tools_requires packages could define,...
Yes, for the case I described a file will not be generated. For others, I do copy a CMakeUserPresets.json manually, and it works. Such scenarios might be the one I...
> The conanfile.source_folder directory is the join of the folder where the conanfile.py is located (path of the conan install x) and the folders.source that is declared in the layout()...
@jwillikers I am not sure if we are on the same page here 😉 I always have different profiles for different compilers. However, fixing a specific compiler (with a specific...
> You can do some more complicated stuff to configure the `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER` in the generated `conan_toolchain.cmake`, or provide your own CMake toolchain file to Conan through the related...
It seems that this feature got even more needed with the introduction of CMake Presets. Now we can generate a bunch of different presets for different compilers but mostly they...
Please take into account that the paths set through the `conf[]` parameter should probably be set automatically by Conan as `CC` and `CXX` (or `CMAKE__COMPILER`) environment variables so `conan install...
Addressed with V2.
Done in V2
V2 heavily refactored `quantity_point` and I believe the interface now is able to provide all the needed features. We just have to improve the implementation and answer the question on...