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)