Luis Caro Campos

Results 135 comments of Luis Caro Campos

Hi @CJCombrink, thank you so much for raising this issue, and for reading the documentation and taking the time to write this opinion. We appreciate it has taken time to...

If I remember correctly, tbbmalloc is not linked directly, and would be brought in by tbbmalloc_proxy instead. I can find some evidence here: * https://community.intel.com/t5/Intel-oneAPI-Threading-Building/What-is-tbbmalloc-proxy/m-p/860488 * https://community.intel.com/t5/Intel-oneAPI-Threading-Building/What-is-tbbmalloc-proxy/td-p/860488 I'd have thought...

Hi @maichmueller - I see, thanks for linking to the documentation. the behaviour of `find_package(TBB REQUIRED)` is to _find_ all components, but you still need to choose which targets to...

Please note that as of https://github.com/conan-io/cmake-conan/pull/566 - the `compiler_executables` configuration variable is set and propagated - this should negate the need for `CC` and `CXX`. Note that this needs CMake...

Hi @rturrado - thanks for reporting this. This is listed as one of the current limitations in the Readme, however we are currently working to implement support for this in...

Indeed we have :) Thanks for reporting these things - little by little this integration is proving to be robust :D

Hi @garyo - thanks for providing more details. I just checked `cmake-conan` and it should only add `os.version` to the profile if you have `CMAKE_OSX_DEPLOYMENT_TARGET` defined, is this the case...

Have added the missing versions to `settings.yml`, however I'm reopening the issue and transferring to `cmake-conan` to better investigate the behaviour

Hi @rturrado - thanks for your questions. We have recently merged: https://github.com/conan-io/cmake-conan/pull/567 with documentation here: https://github.com/conan-io/cmake-conan/tree/develop2#customizing-conan-profiles Which allows you to customise the Conan profiles. While this does *not* let you...