fix: taosbenchmark handle mem better patch2 (#19741)

* fix: update taos-tools 560d0b5

* fix: update taos-tools a0234fe

* fix: update taos-tools 0aa69f9

* fix: update taos-tools c4a567b
This commit is contained in:
Shuduo Sang 2023-02-02 18:24:29 +08:00 committed by GitHub
parent 97ca4dfd0b
commit 6877625f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# taos-tools # taos-tools
ExternalProject_Add(taos-tools ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG a0234fe GIT_TAG c4a567b
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools" SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR "" BINARY_DIR ""
#BUILD_IN_SOURCE TRUE #BUILD_IN_SOURCE TRUE