hooks
hooks copied to clipboard
Add pybind11 to the whitelist for KB-h016
Related PR: https://github.com/conan-io/conan-center-index/pull/464
/cc @danimtb @madebr
@danimtb I just update it. Rather than putting pybind11 in whitelist, now any custom find cmake file is allowed. Take a look.
Seems like the last change related to Python 2.7 affected us. Should we drop the tests involving Python 2.7 ?
We are not dropping Python 2 support in the CI yet, please see https://github.com/conan-io/hooks/issues/146
Restarting in 3 .. 2 .. 1 ..
@uilianries please update this PR with the latest changes in master branch to kick the CI
Just a note: I am a bit hesitant about the changes in this PR as packages may have other Find*.cmake files to find other libraries. I think we have to make sure that the file is declared in cpp_info.build_modules mandatory, so we are able to see it in the PR diff inside the recipe