-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USE_PYTHON_3=OFF doesn't work #76
Comments
Giving the status of python2, I am not going to spend more energy into building against that. Should probably get rid of USE_PYTHON_3 altogether. |
There still can be a problem in selection of python-3.5 vs. python-3.6 for example. |
It's something worth doing at some point, but requires careful testing. At the moment I am happy that the lot builds on all the various platforms; I would like to avoid introducing changes which are likely to break the build on one of them. |
I am not saying that this is urgent, it's rather something to keep in mind. |
Python 2.x is no longer supported (hasn't been for some time) so I am closing this. |
It still linked to python2. I have both installed on FreeBSD.
There can be many python versions installed. You should have a cmake variable which accepts the python executable, and then you should read everything else from it.
The text was updated successfully, but these errors were encountered: