mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
temporarily change sqlite-orm download url to gitlab
Former-commit-id: f5b8bc28955f091fa9003bf7e87e8c5c1167d56e
This commit is contained in:
parent
20f7bc3395
commit
40186e2ec3
@ -324,7 +324,8 @@ if(DEFINED ENV{MILVUS_SQLITE_ORM_URL})
|
||||
set(SQLITE_ORM_SOURCE_URL "$ENV{MILVUS_SQLITE_ORM_URL}")
|
||||
else()
|
||||
set(SQLITE_ORM_SOURCE_URL
|
||||
"https://github.com/fnc12/sqlite_orm/archive/${SQLITE_ORM_VERSION}.zip")
|
||||
"http://192.168.1.105:6060/Test/sqlite-orm/-/archive/master/sqlite-orm-master.zip")
|
||||
# "https://github.com/fnc12/sqlite_orm/archive/${SQLITE_ORM_VERSION}.zip")
|
||||
endif()
|
||||
set(SQLITE_ORM_MD5 "ba9a405a8a1421c093aa8ce988ff8598")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user