Skip to content

Commit 73b422f

Browse files
committed
Update zsync2
1 parent b44cbe7 commit 73b422f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include(GNUInstallDirs)
3838

3939
include(FetchContent)
4040

41-
option(USE_SYSTEM_ZSYNC2 OFF "Use existing libzsync2 installed on system (or inside CMAKE_PREFIX_PATH)")
41+
option(USE_SYSTEM_ZSYNC2 "Use existing libzsync2 installed on system (or inside CMAKE_PREFIX_PATH)" OFF)
4242
if(USE_SYSTEM_ZSYNC2)
4343
set(USE_SYSTEM_CPR ON)
4444

@@ -52,7 +52,7 @@ else()
5252
function(import_zsync2)
5353
FetchContent_Declare(zsync2
5454
GIT_REPOSITORY https://github.com/AppImageCommunity/zsync2
55-
GIT_TAG 2.0.0-alpha-1-20230304
55+
GIT_TAG 2.0.0-alpha-1-20241016
5656
)
5757
FetchContent_MakeAvailable(zsync2)
5858
endfunction()

0 commit comments

Comments
 (0)