This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a75c174 ARROW-6818: [DOC] Remove reference to Apache Drill design docs
add 479dce5 ARROW-11580: [C++] Add CMake option
ARROW_DEPENDENCY_SOURCE=VCPKG
No new revisions were added by this update.
Summary of changes:
ci/scripts/python_wheel_manylinux_build.sh | 5 +-
ci/scripts/python_wheel_windows_build.bat | 7 +-
cpp/CMakeLists.txt | 10 +-
cpp/cmake_modules/DefineOptions.cmake | 4 +-
cpp/cmake_modules/Usevcpkg.cmake | 217 +++++++++++++++++++++++++++++
dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat | 20 +--
docs/source/developers/cpp/building.rst | 3 +-
run-cmake-format.py | 1 +
8 files changed, 239 insertions(+), 28 deletions(-)
create mode 100644 cpp/cmake_modules/Usevcpkg.cmake