Skip to content

Commit

Permalink
Update zsync2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Oct 15, 2024
1 parent b44cbe7 commit 73b422f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include(GNUInstallDirs)

include(FetchContent)

option(USE_SYSTEM_ZSYNC2 OFF "Use existing libzsync2 installed on system (or inside CMAKE_PREFIX_PATH)")
option(USE_SYSTEM_ZSYNC2 "Use existing libzsync2 installed on system (or inside CMAKE_PREFIX_PATH)" OFF)
if(USE_SYSTEM_ZSYNC2)
set(USE_SYSTEM_CPR ON)

Expand All @@ -52,7 +52,7 @@ else()
function(import_zsync2)
FetchContent_Declare(zsync2
GIT_REPOSITORY https://github.com/AppImageCommunity/zsync2
GIT_TAG 2.0.0-alpha-1-20230304
GIT_TAG 2.0.0-alpha-1-20241016
)
FetchContent_MakeAvailable(zsync2)
endfunction()
Expand Down

0 comments on commit 73b422f

Please sign in to comment.