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