-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Find another solution to find python in cmake #40
Comments
To clarify, is this an issue with homebrew, cmake, or both? Not a legal expert, but I don't think including BSD-licensed code poses a problem in any way. I'm more worried about breaking functionality on other platforms. |
It's a cmake issue. The official FindFrameworks and FindPythonLibs modules don't recognize homebrew supplied Frameworks (which get installed to |
Hm... doesn't sound like a fix will be coming soon, then... I vote to include the qgis module. |
Note: All sorts of linux distros (mostly ubuntu) seem to have issues with the current way of finding Python as well. |
You might also need to add |
should be fixed by the separate cmake module, if not: reopen pls. |
See SFTtech#40 Additionally CMake will find Python on OS X now. Fixes SFTtech#16
See SFTtech#40 Additionally CMake will find Python on OS X now. Fixes SFTtech#16
Finding Python with cmake will not work on OS X if python3 is installed via homebrew.
See the cmake issue, the homebrew issue and #16 . There has not been any activity regarding the cmake issue since April.
An alternative solution is this cmake module. It's licensed under BSD. Details regarding licensing can be found here.
For a temporary fix when using homebrewed python3, use the following to configure the project *you might need to adjust the version):
The text was updated successfully, but these errors were encountered: