From 8c36e17686e12a3642087046d1f0547532de8842 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 20 Mar 2021 21:02:02 +0200 Subject: [PATCH] Switch uvwasi to personal fork temporarily --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a0a5c..245dd53 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,8 +186,8 @@ elseif(BUILD_WASI MATCHES "uvwasi") include(FetchContent) FetchContent_Declare( uvwasi - GIT_REPOSITORY https://github.com/nodejs/uvwasi.git - GIT_TAG 754dfddbb1c255d0d7df48597b05623bcb00ee1e + GIT_REPOSITORY https://github.com/vshymanskyy/uvwasi.git + GIT_TAG b063d686848c32a26119513056874f051c74258a ) FetchContent_GetProperties(uvwasi)