Merge branch 'branch-1.4.0' of http://192.168.1.105:6060/jinhai/milvus into branch-0.4.0

Former-commit-id: 3f0e61ba1722063655c8b35870ca5e0a12e5ce9e
This commit is contained in:
jinhai 2019-09-12 09:24:16 +00:00
commit f6065c997f

View File

@ -283,8 +283,8 @@ if(DEFINED ENV{MILVUS_BOOST_URL})
else()
string(REPLACE "." "_" BOOST_VERSION_UNDERSCORES ${BOOST_VERSION})
set(BOOST_SOURCE_URL
"https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORES}.tar.gz"
)
"http://192.168.1.201/artifactory/generic-local/tools/boost_${BOOST_VERSION_UNDERSCORES}.tar.gz")
# "https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORES}.tar.gz"
endif()
set(BOOST_MD5 "fea771fe8176828fabf9c09242ee8c26")