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:
FindPythonInterpand 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