Skip to content

Commit

Permalink
fix: taosbenchmark socket close properly (#20364)
Browse files Browse the repository at this point in the history
* fix: taosbenchmark socket close properly

* fix: update taos-tools e84b7d1

* fix: update taos-tools 41d4f95
  • Loading branch information
sangshuduo committed Mar 9, 2023
1 parent 1caac92 commit 96c4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/taostools_CMakeLists.txt.in
Expand Up @@ -2,7 +2,7 @@
# taos-tools
ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG d4b3967
GIT_TAG 41d4f95
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR ""
#BUILD_IN_SOURCE TRUE
Expand Down

0 comments on commit 96c4ce4

Please sign in to comment.