pull/820/head
quicksilver 2019-12-24 16:16:26 +08:00
parent a2cc79cbc9
commit 18b42236ba
1 changed files with 3 additions and 3 deletions

View File

@ -303,7 +303,8 @@ if (DEFINED ENV{MILVUS_SQLITE_ORM_URL})
set(SQLITE_ORM_SOURCE_URLS "$ENV{MILVUS_SQLITE_ORM_URL}")
else ()
set(SQLITE_ORM_SOURCE_URLS
"https://github.com/fnc12/sqlite_orm/archive/${SQLITE_ORM_VERSION}.zip https://gitee.com/quicksilver/sqlite_orm/repository/archive/${SQLITE_ORM_VERSION}.zip")
"https://github.com/fnc12/sqlite_orm/archive/${SQLITE_ORM_VERSION}.zip"
"https://gitee.com/quicksilver/sqlite_orm/repository/archive/${SQLITE_ORM_VERSION}.zip")
endif ()
set(SQLITE_ORM_MD5 "ba9a405a8a1421c093aa8ce988ff8598")
@ -790,8 +791,7 @@ macro(build_sqlite_orm)
${SQLITE_ORM_TAR_NAME}
TIMEOUT 60
STATUS status
LOG log
SHOW_PROGRESS)
LOG log)
list(GET status 0 status_code)
list(GET status 1 status_string)