ericLemanissier

Results 162 comments of ericLemanissier

currently, this test fails with `variable OPENSSL_CRYPTO_LIBRARY not set` https://github.com/eirikb/proof-of-conan/actions/runs/3157214045/jobs/5137810385#step:8:1245 because `CMakeDeps` generator does not generate `OpenSSL_Crypto_LIBS` variable but `openssl_OpenSSL_Crypto_LIBS_RELEASE` cc @SpaceIm Do you have on how to fix cmake...

blocks: - https://github.com/conan-io/conan-center-index/pull/12906 because of https://github.com/qt/qtbase/blob/dev/cmake/FindWrapOpenSSL.cmake#L37-L39

Re-ping @SpaceIm what do you think of this (ugly) solution?

Hi, my message https://github.com/conan-io/conan-center-index/pull/13228#issuecomment-1263248392 was supposed to give the context. I'll take care to put it in the PR description next time, if your feel it makes a difference.

This can be done by setting `self.cpp_info.names["cmake_find_package"] = "pybind11_all"` and `self.cpp_info.components["pybind11-main"].names["cmake_find_package"] = "pybind11"` Pybind11 is already doing the second part, so you only need to set cpp_info.names

Mmmmm, indeed, I didn't think enough before replying to this one, sorry! It looks like a limitation of conan which should be reported on conan-io/conan

there seem to be something wrong with the merge: - there are a lot of duplicated imports - there is a lot of duplication in package_info(self)

@cubanpit please close the PR for 10 second then reopen it so that it retriggers a build and finally merge this change

Here we are, same error on gcc11 as https://github.com/conan-io/conan-center-index/pull/12620#issuecomment-1235350713

blocked by: - https://github.com/conan-io/conan-docker-tools/pull/466 (gcc11 build fails)