2022-11-12 06:36:32 +08:00
|
|
|
diff --git a/cpp/cmake_modules/Findutf8proc.cmake b/cpp/cmake_modules/Findutf8proc.cmake
|
2023-04-12 14:18:19 +08:00
|
|
|
index e347414..83f2aa1 100644
|
2022-11-12 06:36:32 +08:00
|
|
|
--- a/cpp/cmake_modules/Findutf8proc.cmake
|
|
|
|
+++ b/cpp/cmake_modules/Findutf8proc.cmake
|
2023-04-12 14:18:19 +08:00
|
|
|
@@ -30,7 +30,7 @@ if(ARROW_PACKAGE_KIND STREQUAL "vcpkg")
|
|
|
|
if(utf8proc_FIND_REQUIRED)
|
|
|
|
list(APPEND find_package_args REQUIRED)
|
|
|
|
endif()
|
|
|
|
- find_package(utf8proc NAMES unofficial-utf8proc ${find_package_args})
|
|
|
|
+ find_package(utf8proc NAMES unofficial-utf8proc)
|
|
|
|
if(utf8proc_FOUND)
|
|
|
|
add_library(utf8proc::utf8proc ALIAS utf8proc)
|
|
|
|
return()
|