-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pybind11 to the whitelist for KB-h016 #145
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@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 #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 |
Related PR: conan-io/conan-center-index#464
/cc @danimtb @madebr