build: prepare to work with libuv 1.49
This commit is contained in:
parent
44541bd1bd
commit
a38f5452d8
@ -68,7 +68,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
# Required minimal libuv version
|
# Required minimal libuv version
|
||||||
set(LIBUV_VERSION 1.48.0)
|
set(LIBUV_VERSION 1.49.0)
|
||||||
|
|
||||||
function(fetch_libuv)
|
function(fetch_libuv)
|
||||||
if (FETCH_LIBUV)
|
if (FETCH_LIBUV)
|
||||||
|
|||||||
@ -13,7 +13,7 @@ class UVWConan(ConanFile):
|
|||||||
exports = "LICENSE"
|
exports = "LICENSE"
|
||||||
exports_sources = "src/*"
|
exports_sources = "src/*"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
requires = "libuv/1.48.0@bincrafters/stable"
|
requires = "libuv/1.49.0@bincrafters/stable"
|
||||||
|
|
||||||
def package(self):
|
def package(self):
|
||||||
self.copy(pattern="LICENSE", dst="licenses")
|
self.copy(pattern="LICENSE", dst="licenses")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user