Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong python and additional build option #239
Open
Comments
|
Yes, we do this in the build of the conda recipe. This should definitely be documented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following argument can be passed to cmake in order to fix wrong python detection:
-DPYTHON_EXECUTABLE:FILEPATH=path_to_python.I guess it is equivalent to -DPYTHON_EXECUTABLE=`which python` but I'm not sure.
This should be added to the build section of the documentation (or in a troubleshooting section).