You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing the package on arch from https://aur.archlinux.org/packages/ros-melodic-tf/
But compilation always failed with multiple "Boost_INCLUDE_DIR-NOTFOUND" errors.
I fixed this by changing the CMakeList.txt from "${Boost_INCLUDE_DIR}" to "${Boost_INCLUDEDIR}"
I will submit a pull request later today.
The text was updated successfully, but these errors were encountered:
I tried installing the package on arch from https://aur.archlinux.org/packages/ros-melodic-tf/
But compilation always failed with multiple "Boost_INCLUDE_DIR-NOTFOUND" errors.
I fixed this by changing the CMakeList.txt from "${Boost_INCLUDE_DIR}" to "${Boost_INCLUDEDIR}"
I will submit a pull request later today.
The text was updated successfully, but these errors were encountered: