mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
b81b6e497a
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
14 lines
562 B
Diff
14 lines
562 B
Diff
diff --git a/cpp/cmake_modules/Findutf8proc.cmake b/cpp/cmake_modules/Findutf8proc.cmake
|
|
index e347414..83f2aa1 100644
|
|
--- a/cpp/cmake_modules/Findutf8proc.cmake
|
|
+++ b/cpp/cmake_modules/Findutf8proc.cmake
|
|
@@ -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()
|