updated to libuv v1.19.0
This commit is contained in:
parent
46d9c66db1
commit
ec837c9d6e
@ -16,7 +16,7 @@ endif()
|
|||||||
# Project configuration
|
# Project configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
project(uvw VERSION 1.6.0)
|
project(uvw VERSION 1.7.0)
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE Debug)
|
set(CMAKE_BUILD_TYPE Debug)
|
||||||
|
|||||||
@ -7,7 +7,7 @@ if(WIN32)
|
|||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
libuv
|
libuv
|
||||||
GIT_REPOSITORY https://github.com/libuv/libuv.git
|
GIT_REPOSITORY https://github.com/libuv/libuv.git
|
||||||
GIT_TAG v1.18.0
|
GIT_TAG v1.19.0
|
||||||
DOWNLOAD_DIR ${LIBUV_DEPS_DIR}
|
DOWNLOAD_DIR ${LIBUV_DEPS_DIR}
|
||||||
TMP_DIR ${LIBUV_DEPS_DIR}/tmp
|
TMP_DIR ${LIBUV_DEPS_DIR}/tmp
|
||||||
STAMP_DIR ${LIBUV_DEPS_DIR}/stamp
|
STAMP_DIR ${LIBUV_DEPS_DIR}/stamp
|
||||||
@ -22,7 +22,7 @@ else()
|
|||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
libuv
|
libuv
|
||||||
GIT_REPOSITORY https://github.com/libuv/libuv.git
|
GIT_REPOSITORY https://github.com/libuv/libuv.git
|
||||||
GIT_TAG v1.18.0
|
GIT_TAG v1.19.0
|
||||||
DOWNLOAD_DIR ${LIBUV_DEPS_DIR}
|
DOWNLOAD_DIR ${LIBUV_DEPS_DIR}
|
||||||
TMP_DIR ${LIBUV_DEPS_DIR}/tmp
|
TMP_DIR ${LIBUV_DEPS_DIR}/tmp
|
||||||
STAMP_DIR ${LIBUV_DEPS_DIR}/stamp
|
STAMP_DIR ${LIBUV_DEPS_DIR}/stamp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user