File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22IF (DEFINED VERNUMBER)
33 SET (TD_VER_NUMBER ${VERNUMBER} )
44ELSE ()
5- SET (TD_VER_NUMBER "3.3.6.9.alpha " )
5+ SET (TD_VER_NUMBER "3.3.6.13 " )
66ENDIF ()
77
88IF (DEFINED VERCOMPATIBLE)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
1818 ExternalProject_Add(ext_taosadapter
1919 GIT_REPOSITORY ${_git_url}
2020 PREFIX ${_base}
21- GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
21+ GIT_TAG ver-3.3.6.13
2222 GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW}
2323 BUILD_IN_SOURCE TRUE
2424 DEPENDS ${TAOS_NATIVE_LIB}
7777 set (_cmakelists "${CMAKE_CURRENT_SOURCE_DIR} /../cmake/in/taosadapter.CMakeLists.txt.in" )
7878
7979 # GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
80- # GIT_TAG 3.0
80+ # GIT_TAG ver-3.3.6.13
8181 # get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")
8282
8383 # NOTE: it's strongly suggested to use main branch of taosadapter.git during developping process
8787
8888 ExternalProject_Add(ext_taosadapter
8989 GIT_REPOSITORY ${_git_url}
90- GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
90+ GIT_TAG ver-3.3.6.13
9191 GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW} # NOTE: if you specify branch other than main, please change this to FALSE
9292 BUILD_IN_SOURCE TRUE
9393 DEPENDS ${TAOS_NATIVE_LIB}
You can’t perform that action at this time.
0 commit comments