build: prepare to work with libuv 1.45
This commit is contained in:
parent
67acfdb53b
commit
f0ac08cb42
@ -68,7 +68,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
# Required minimal libuv version
|
# Required minimal libuv version
|
||||||
set(LIBUV_VERSION 1.44.2)
|
set(LIBUV_VERSION 1.45.0)
|
||||||
|
|
||||||
function(fetch_libuv)
|
function(fetch_libuv)
|
||||||
if (FETCH_LIBUV)
|
if (FETCH_LIBUV)
|
||||||
|
|||||||
@ -14,7 +14,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.44.1@bincrafters/stable"
|
requires = "libuv/1.45.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