fix: disable taos-tools cunit test on windows (#18484)
* chore(release): make get_os.sh works on mac * chore(tools): update taos-tools * chore: update taos-tools for 3.0 * fix: taosbenchmark with taosws on windows * fix: shell depends on ws on windows * fix: update taostools aa0923e for 3.0 * fix: taosdump for mac with websocket is wip * fix: update taostoosl c6f6220 for 3.0 * fix: update taos-tools 5a0a7cc * fix: update taos-tools 7a5e508 * fix: update taos-tools 2eb88c0 * fix: update taos tools c2da035 * fix: update taos-tools 2f560b4 * fix: update taos-tools 625a4cf * fix: update taos-tools af4c189 * fix: update taos-tools 872907c * fix: update taostools 540175c
This commit is contained in:
parent
7fe4f246ff
commit
8e746d7dae
|
@ -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 cf0a640
|
GIT_TAG 4cbb9ac
|
||||||
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