mirror of
https://github.com/typesense/typesense.git
synced 2025-05-19 05:08:43 +08:00
13 lines
546 B
Diff
13 lines
546 B
Diff
diff --git a/cmake/external/helper_functions.cmake b/cmake/external/helper_functions.cmake
|
|
index 88b46890b7..d090499971 100644
|
|
--- a/cmake/external/helper_functions.cmake
|
|
+++ b/cmake/external/helper_functions.cmake
|
|
@@ -117,7 +117,6 @@ macro(onnxruntime_fetchcontent_makeavailable)
|
|
${__cmake_contentName}
|
|
${__cmake_contentNameLower}
|
|
)
|
|
- find_package(${__cmake_contentName} ${__cmake_fpArgs})
|
|
list(POP_BACK __cmake_fcCurrentNameStack
|
|
__cmake_contentNameLower
|
|
__cmake_contentName
|