Skip to content

Commit

Permalink
fix: taos-tools gcc12 compile (#20424)
Browse files Browse the repository at this point in the history
* fix: taos-tools gcc 12 support

* fix: taos-tools gcc 12 support
  • Loading branch information
sangshuduo committed Mar 12, 2023
1 parent 026c502 commit 9b818db
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 d9ec91d
GIT_TAG 41affde
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR ""
#BUILD_IN_SOURCE TRUE
Expand Down

0 comments on commit 9b818db

Please sign in to comment.