Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information