modify third party

This commit is contained in:
liuyang_655 2022-03-29 22:38:44 -04:00
parent 693af7f260
commit 217f393174
5 changed files with 0 additions and 5 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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")