Marcel Raad

Results 16 comments of Marcel Raad

I haven't looked at this in detail, but I do like reducing the number of different build methods 👍

This is the same as https://github.com/curl/curl/pull/13098, just for SSPI + NTLM instead of GSSAPI + Negotiate, and a fix will probably conflict with it, right?

It's in the Asio 1.12.0 / Boost 1.66 changes: https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html#boost_asio.history.asio_1_12_0___boost_1_66 > Implemented interface changes to reflect the Networking TS ([N4656](https://www.boost.org/doc/libs/1_87_0/doc/html/www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4656.pdf)). See the [list](https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/net_ts.html) of new interfaces and, where applicable, the...

The current behavior without https://github.com/conan-io/conan/pull/18075 also breaks CMake's NASM support on all platforms since CMake 3.30: https://gitlab.kitware.com/cmake/cmake/-/commit/7cf45c9e6a7633cb231dfa07d8e7346200242af0#e7b689c4cea782b0089af944f149aa89e16510c6 For example on Linux, this leads to `-f elf64` instead of `-f elf`...

Also, I missed that this is now in the docs repo, sorry. Created a new issue here: https://github.com/conan-io/conan/issues/18332