Commit d221342d authored by zhiru's avatar zhiru
Browse files

temporarily change sqlite-orm download url to gitlab


Former-commit-id: 598d2d692f96f1ebabfb4fdc4879941d82f36920
parent 59314893
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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")