diff --git a/c_glib/vcpkg.json b/c_glib/vcpkg.json index a9b1593cebe4..e640c9044bd5 100644 --- a/c_glib/vcpkg.json +++ b/c_glib/vcpkg.json @@ -7,5 +7,5 @@ "pkgconf" ], "$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'", - "builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9" + "builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7" } diff --git a/cpp/cmake_modules/Findutf8proc.cmake b/cpp/cmake_modules/Findutf8proc.cmake index 75d459d0ec74..75485427222b 100644 --- a/cpp/cmake_modules/Findutf8proc.cmake +++ b/cpp/cmake_modules/Findutf8proc.cmake @@ -32,7 +32,6 @@ if(ARROW_VCPKG) endif() find_package(utf8proc NAMES unofficial-utf8proc ${find_package_args}) if(utf8proc_FOUND) - add_library(utf8proc::utf8proc ALIAS utf8proc) return() endif() endif() diff --git a/cpp/vcpkg.json b/cpp/vcpkg.json index d854fc339d62..ba3c8e1851b0 100644 --- a/cpp/vcpkg.json +++ b/cpp/vcpkg.json @@ -41,12 +41,7 @@ ] }, "grpc", - { - "name": "gtest", - "features": [ - "cxx17" - ] - }, + "gtest", "lz4", "openssl", "orc", @@ -62,5 +57,5 @@ "zstd" ], "$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'", - "builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9" + "builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7" }