-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fix numpy include dirs #137
Conversation
Note that this patch is included in RoboStack and is working fine there. |
Signed-off-by: Tobias Fischer <info@tobiasfischer.info>
The change looks reasonable except that I couldn't figure out if CI (repos: |
hmm, it says:
It might be possible to set teh interpreter directly for teh debug case, with https://cmake.org/cmake/help/git-stage/module/FindPython3.html#artifacts-specification
What do you think @sloretz ? |
Yeah, setting the debug interpreter directly seems reasonable. There is logic for finding the Python debug executable in a find module provided by
|
That sounds like a good idea to me @sloretz! |
I just merged in #140, which basically does this and a bunch more. So going ahead and closing this one. |
This PR tackles two issues:
FindPythonInterp
and replacing it withFindPython3
. We have at least CMake 3.14 on all platforms, and it is Cmake 3.14 that introducedFindPython3
./cc @tfoote @wolfv @traversaro @ooeygui