Skip to content

Commit

Permalink
Upgrade libuv to v1.48.0 for object-store tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams committed Mar 21, 2024
1 parent 255cb33 commit 716b408
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/object-store/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ if(NOT APPLE AND NOT EMSCRIPTEN AND NOT WINDOWS_STORE AND NOT ANDROID)
elseif(REALM_FETCH_MISSING_DEPENDENCIES)
message(STATUS "LibUV not found, building from source with FetchContent")
include(FetchContent)
set(libUV_Git_TAG "v1.35.0")
if(MSVC)
set(liUV_Git_TAG "v1.43.0")
endif()
set(libUV_Git_TAG "v1.48.0")
FetchContent_Declare(
libuv
GIT_REPOSITORY https://github.com/libuv/libuv.git
Expand Down

0 comments on commit 716b408

Please sign in to comment.