Closed dirk-thomas closed 4 years ago
Replacing the Python 2 specific hard coded path with an approach which reads the PYTHON_INSTALL_DIR from the CMake cache and works for Python 2 as well as 3.
PYTHON_INSTALL_DIR
This makes it work to build ROS 1 Noetic which uses Python 3.
Replacing the Python 2 specific hard coded path with an approach which reads the
PYTHON_INSTALL_DIR
from the CMake cache and works for Python 2 as well as 3.This makes it work to build ROS 1 Noetic which uses Python 3.