From ec1f973bd4e36ea4a8a4262978fdbc70dce33671 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 5 May 2023 08:37:30 +0200 Subject: [PATCH] updated libuv version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66a20828..289c0065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ endif() # Required minimal libuv version -set(LIBUV_VERSION 1.44.1) +set(LIBUV_VERSION 1.44.2) function(fetch_libuv) if (FETCH_LIBUV)