This makes the dependency on FindPythonInterp explicit, and removes code supporting Python version less than 3.3. I noticed this fails to build why making ament_cmake_core depend on FindPython3. I'd like to make this use FindPython3 too, but that's more involved, and this unblocks other work for now.
This makes the dependency on
FindPythonInterp
explicit, and removes code supporting Python version less than 3.3. I noticed this fails to build why makingament_cmake_core
depend onFindPython3
. I'd like to make this useFindPython3
too, but that's more involved, and this unblocks other work for now.Blocks ament/ament_cmake#355 Blocks ros-visualization/qt_gui_core#254