Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Add cmake flag for python virtual environments
I'm of the masechist variety and don't like anaconda coming between me and python. I also like to run python virtual environments. When running cmake, find_packages(Numpy) did not work because my python exe path was not recognized. This flag helps cmake find it. I've also added a build/ directory into the .gitignore path for those who like to build within the repo. That's pretty standard practice for cmake.
- Loading branch information