Luis Caro Campos
Luis Caro Campos
### Description . ### Package and Environment Details . ### Conan profile . ### Steps to reproduce on macos: ``` conan create . --version=6.7.1 ``` ### Logs ``` ERROR: qt/6.7.1:...
### Describe the bug Scenario: * we are cross-building: build profile and host profile have different os/arch settings * we define `tools.cmake.cmaketoolchain:user_toolchain` * if the file does _not_ define any...
### Describe the bug If we are cross-building for a Linux host, and the profile provides a path to a sysroot, e.g. ``` [conf] tools.build:sysroot=/path/to/raspberrypi/sysroot ``` this causes CMake to...
Currently the PDB hook (the hook that copies PDBs into the package folder) will only work well for shared libraries, not for static ones. Our current understanding: PDBs are created...