Replies: 1 comment
-
To answer my own question:
seems to do the trick of propagating the info from |
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
-
I am struggling to get a consistent result out of cmake's standard
find_package(Python ...)
and whatever pybind11 runs to find Python. MyCMakeLists.txt
containsThe output of this, on a system which contains Python 3.12 and 3.13, when run with
shows that
find_package
picks up the Python I want, but pybind11 doesn't:What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions