fix: taosbenchmark bigint random (#19133)
* fix: taosbenchmark bigint random * fix: update taos-tools cf3132f * fix: update taos-tools 3cb61bd * fix: update taos-tools 8490c71 * fix: update taos-tools c5c177e * fix: update taos-tools 0ee2cb9 * fix: update taos-tools 4a51344 * fix: update taos-tools 11b60a4
This commit is contained in:
parent
511aa6f352
commit
fd4515cf1c
|
@ -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 1747390
|
GIT_TAG 11b60a4
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue