Skip to content
Snippets Groups Projects
  • Anthony Mallet's avatar
    2c826c0f
    [wip/ros18-base] Define PYTHON_EXECUTABLE et al. in Makefile.common · 2c826c0f
    Anthony Mallet authored
    Make sure to pass all variables defining the proper python version as found by
    robotpkg, otherwise ros CMakeFiles may happily find python-3.2 and use it
    instead of python<3, although this does not work in the end (at least ros-rx
    does this and breaks on F17).
    
    This is done in the common ros Makefile as this affects all packages.
    2c826c0f
    History
    [wip/ros18-base] Define PYTHON_EXECUTABLE et al. in Makefile.common
    Anthony Mallet authored
    Make sure to pass all variables defining the proper python version as found by
    robotpkg, otherwise ros CMakeFiles may happily find python-3.2 and use it
    instead of python<3, although this does not work in the end (at least ros-rx
    does this and breaks on F17).
    
    This is done in the common ros Makefile as this affects all packages.