forked from mindspore-Ecosystem/mindspore
modify third party
This commit is contained in:
parent
693af7f260
commit
217f393174
|
@ -1,4 +1,3 @@
|
|||
set(ENABLE_GITEE_EULER OFF)
|
||||
if(ENABLE_GITEE_EULER)
|
||||
set(GIT_REPOSITORY "https://gitee.com/src-openeuler/abseil-cpp.git")
|
||||
set(GIT_TAG "openEuler-22.03-LTS")
|
||||
|
|
|
@ -10,7 +10,6 @@ endif()
|
|||
if(WIN32)
|
||||
set(flatbuffers_USE_STATIC_LIBS ON)
|
||||
endif()
|
||||
set(ENABLE_GITEE_EULER OFF)
|
||||
if(ENABLE_GITEE_EULER)
|
||||
set(GIT_REPOSITORY "https://gitee.com/src-openeuler/flatbuffers.git")
|
||||
set(GIT_TAG "openEuler-22.03-LTS")
|
||||
|
|
|
@ -2,7 +2,6 @@ set(LIB_ICU_COMMON icuuc)
|
|||
set(LIB_ICU_DATA icudata)
|
||||
set(LIB_ICU_I18N icui18n)
|
||||
|
||||
set(ENABLE_GITEE_EULER OFF)
|
||||
if(ENABLE_GITEE_EULER)
|
||||
set(GIT_REPOSITORY "https://gitee.com/src-openeuler/icu.git")
|
||||
set(GIT_TAG "openEuler-22.03-LTS")
|
||||
|
|
|
@ -21,7 +21,6 @@ else()
|
|||
set(opencv_LDFLAGS "-Wl,-z,relro,-z,now,-z,noexecstack -s")
|
||||
endif()
|
||||
|
||||
set(ENABLE_GITEE_EULER OFF)
|
||||
if(ENABLE_GITEE_EULER)
|
||||
set(GIT_REPOSITORY "https://gitee.com/src-openeuler/opencv.git")
|
||||
set(GIT_TAG "openEuler-22.03-LTS")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
set(ENABLE_GITEE_EULER OFF)
|
||||
if(ENABLE_GITEE_EULER)
|
||||
set(GIT_REPOSITORY "https://gitee.com/src-openeuler/sentencepiece.git")
|
||||
set(GIT_TAG "master")
|
||||
|
|
Loading…
Reference in New Issue