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
multipy: use primary python instead of newest (#218)
Summary:
When cmake minimum version was switched in 8c7e487 it changed the default FIND_STRATEGY from LOCATION to VERSION. This explicitly switches it back so it'll prefer the active python from virtualenv/conda instead of from system even if it's newer.
https://cmake.org/cmake/help/latest/module/FindPython3.html#hints
Pull Request resolved: #218
Test Plan:
```
python setup.py develop
```
Reviewed By: PaliC
Differential Revision: D40536560
Pulled By: d4l3k
fbshipit-source-id: f78faaba4a8f24c2685018cb9bd20800b4a7a646
0 commit comments