How to use cmake functions with pybind11 is installed via conan-center #3485
Unanswered
davidhjp01
asked this question in
Q&A
Replies: 1 comment
-
Hello, I ended up using this ugly patch: conan-io/conan-center-index#9343 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do not see config or module cmake files installed when I download pybind11 package via conan-center so when I have
find_package(pybind11 REQUIRED)
, cmake cannot find pybind11. Can I use cmake functions when pybind11 is installed via conan-center?Beta Was this translation helpful? Give feedback.
All reactions