Update libuv_CMakeLists.txt.in
compiling error from alpine, need upgrade from 1.44.2 to 1.46.0
This commit is contained in:
parent
b9176cb79b
commit
c1b77953c5
|
@ -2,7 +2,7 @@
|
|||
# libuv
|
||||
ExternalProject_Add(libuv
|
||||
GIT_REPOSITORY https://github.com/libuv/libuv.git
|
||||
GIT_TAG v1.44.2
|
||||
GIT_TAG v1.46.0
|
||||
SOURCE_DIR "${TD_CONTRIB_DIR}/libuv"
|
||||
BINARY_DIR "${TD_CONTRIB_DIR}/libuv"
|
||||
CONFIGURE_COMMAND ""
|
||||
|
|
Loading…
Reference in New Issue