Luis Caro Campos
Luis Caro Campos
List of recipes affected by CMake 4 broken by status: - [x] `aaf` Affected versions: `1.2.0` PR: https://github.com/conan-io/conan-center-index/pull/26923 - [x] `ade` Affected versions: `0.1.1f`, `0.1.2a`, `0.1.2c`, `0.1.2d` PR: https://github.com/conan-io/conan-center-index/pull/26924 -...
(Placeholder)
> Hi, could you add zlib to the list? I'm hitting this with zlib/1.2.11 but it looks like both 1.2.x and 1.3 would have the same issue. The recipe is...
The heavy use of templates seem to be crashing the compiler on Linux (both on CI and locally, surprisingly). @The-NUM , @AbrilRBS - any success at a local build on...
mmm, there's a lot of errors related to templates - that's why the test fails ``` ----Running------ > cmake --build "C:\J\workspace\prod-v1\bsr\cci-7f4598cb\recipes\mp-units\2.2.0\test_package\build" --config Release ----------------- Microsoft (R) Build Engine version 16.11.2+f32259642...
> Only add the .lib extension when the linker require it (msvc link.exe, clang-cl link.exe?) Link.exe requires a filename (with the extension), but it does not care about what the...
Excellent, thanks @arnaudmathias ! The Visual Studio instructions is exactly what we needed - we'll try to reproduce this and make sure that this works. @memsharded - I suspect the...
Note that this is an issue when using versions of CMake lower than 3.19 - CMake 3.19 and higher no longer restrict the property setting that way (see https://discourse.cmake.org/t/how-to-find-current-interface-library-property-whitelist/4784) Using...
Have managed to reproduce some issues related to this - to see how we can best accommodate: - a sysroot - that may or may not have `.pc` files to...
> @uilianries This b2 version bump has broken Boost builds for versions of GCC/G++ that do not support GLIBCXX_3.4.29+. Is there a way to just have this b2 version bump...