Skip to content

Commit

Permalink
Merge pull request #16305 from taosdata/fix/sangshuduo/TD-18544-libuv…
Browse files Browse the repository at this point in the history
…-compile-error

fix: libuv compile error with gcc 11+
  • Loading branch information
guanshengliang authored Aug 22, 2022
2 parents 0ac18e5 + 93838b7 commit 0873007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/libuv_CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# libuv
ExternalProject_Add(libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git
GIT_TAG v1.42.0
GIT_TAG v1.44.2
SOURCE_DIR "${TD_CONTRIB_DIR}/libuv"
BINARY_DIR "${TD_CONTRIB_DIR}/libuv"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 0873007

Please sign in to comment.