You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes the `PYTHON_MODULE_PATH` handling in two ways:
* Makes it a cache variable, so detection is only run once and
only if it's not already set. This allows it to be overridden
on the command line, e.g.
`cmake -DPYTHON_MODULE_PATH:PATH=lib/python3.6/dist-packages`
* Uses the presence of the `pybuild` executable to sense for
a Debian-derived system (only on UNIX AND NOT APPLE), and
if found it falls back to the old `getsitepackages()[0]`
path extraction method.
0 commit comments