temporarily change sqlite-orm download url to gitlab

Former-commit-id: 7d46aa017f2d68a9ec70deb743c72c30a8149713
This commit is contained in:
zhiru 2019-10-14 11:55:02 +08:00
parent ed767a56be
commit 52f82f976d

View File

@ -324,7 +324,7 @@ if(DEFINED ENV{MILVUS_SQLITE_ORM_URL})
set(SQLITE_ORM_SOURCE_URL "$ENV{MILVUS_SQLITE_ORM_URL}")
else()
set(SQLITE_ORM_SOURCE_URL
"http://192.168.1.105:6060/Test/sqlite-orm/-/archive/master/sqlite-orm-master.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")