mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-31 07:55:38 +08:00
fix bug
This commit is contained in:
parent
1ef4a14038
commit
a2cc79cbc9
@ -785,7 +785,7 @@ macro(build_sqlite_orm)
|
||||
file(MAKE_DIRECTORY ${SQLITE_ORM_PREFIX})
|
||||
|
||||
set(IS_EXIST_FILE FALSE)
|
||||
foreach(url SQLITE_ORM_SOURCE_URLS)
|
||||
foreach(url ${SQLITE_ORM_SOURCE_URLS})
|
||||
file(DOWNLOAD ${url}
|
||||
${SQLITE_ORM_TAR_NAME}
|
||||
TIMEOUT 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user