apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.5k stars 3.53k forks source link

[C++] Update vcpkg to use boost-cmake #43812

Open kou opened 2 months ago

kou commented 2 months ago

Describe the enhancement requested

https://github.com/microsoft/vcpkg/releases/tag/2024.05.24 or later has boost-cmake.

Background: It seems that CMake deprecates FindBoost.cmake. So we want to switch to BoostConfig.cmake completely. See also: https://cmake.org/cmake/help/latest/policy/CMP0167.html

Component(s)

C++

kou commented 2 months ago

43417 will update vcpkg. Then we can add boost-cmake.