Luis Caro Campos

Results 315 comments of Luis Caro Campos

> Hello, any update on this? The added documentation is very useful Hi @rohel01, thanks for reaching out. This has not been merged as we have gained a better understanding...

Thanks @datalogics-robb and apologies for the delay in fully reviewing this. We are partially merging some fixes in this PR: https://github.com/conan-io/conan-center-index/pull/28459 - you are absolutely right that the settings are...

Hi @atniomn, thank you for raising this issue! Protobuf is always an interesting one :) I believe there are mutiple aspects of compatibility that you need to take into account...

Hi @nextsilicon-itay-bookstein - thanks for reaching out. Typically when the compiler is `gcc`, `compiler.version` should effectively "track" the version of libstdc++ (as it goes hand in hand with a particular...

> https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html Looking at this - ``` GCC 10.1.0: libstdc++.so.6.0.28 GCC 11.1.0: libstdc++.so.6.0.29 GCC 12.1.0: libstdc++.so.6.0.30 GCC 13.1.0: libstdc++.so.6.0.31 GCC 13.2.0: libstdc++.so.6.0.32 GCC 14.1.0: libstdc++.so.6.0.33 ``` It seems that versions...

From my comment in [#](https://github.com/conan-io/conan/issues/15451): Until the most recently released CMake version 3.29, there is no way to tell CMake which _linker_ to use - bear in mind that CMake...

> This would be really great. I've noticed that setting CMAKE_LINKER_TYPE doesn't do anything when using Conan, I guess the linker is being set somewhere else in the toolchain file....

On Linux in general, if you wish to use `zlib` from Conan, the relevant integrations will ensure that the relevant flag is passed to the compiler _such that_ it finds...

Hi @vineethabc - thanks for providing additional details. > I think I need to pass the CMake toolchain to OpenSSL OpenSSL uses its own build system, which is *not* CMake...

Hi @jpfeuffer - thanks for reporting this issue. I have tried the following in a `CMakeLists.txt`: ``` find_package(Qt5 REQUIRED) message("Qt5_FOUND: ${Qt5_FOUND}") message("Qt5_VERSION: ${Qt5_VERSION}") ``` against a Qt installed from Conan...