Commits


Kouhei Sutou authored and Antoine Pitrou committed f014d76c68a
ARROW-5185: [C++] Add support for Boost with CMake configuration file `FindBoost.cmake` will provide `Boost_<C>_LIBRARY_{DEBUG,RELEASE}` and `Boost::<C>`. But if `BoostConfig.cmake` provided by Boost is used, the `BoostConfig.cmake` only provides `Boost::<C>`. So using `Boost::<C>` is more portable than using `Boost_<C>_LIBRARY_{DEBUG,RELEASE}`. Author: Kouhei Sutou <kou@clear-code.com> Closes #4173 from kou/cpp-mingw-boost-1.70 and squashes the following commits: f77408f8f <Kouhei Sutou> Add support for Boost with CMake configuration file