Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The boost_python library has been renamed in Boost 1.67 and the FindBoost.cmake module requires a Python version suffix: References: - https://www.boost.org/docs/libs/1_67_0/libs/python/doc/html/rn.html - https://cmake.org/cmake/help/v3.12/module/FindBoost.html Fix taken from: ros-perception/image_common#85 Without this, on macos where homebrew already updated to 1.67, compilation otherwise fails with an error like Unable to find the requested Boost libraries. Boost version: 1.67.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_python Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost.
- Loading branch information