Commits

Krisztián Szűcs authored 4ac62d5527e
ARROW-14393: [C++] GTest linking errors during the source release verification Pin budled gtest to 1.10.0 as required by the thirdparty toolchain: https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L1814 vcpkg crossbow build which was failing with the same reason as the source release verification script: https://github.com/ursacomputing/crossbow/runs/3951554360 Closes #11477 from kszucs/pin-gtest-1.10 Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>