We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44cbe7 commit 73b422fCopy full SHA for 73b422f
CMakeLists.txt
@@ -38,7 +38,7 @@ include(GNUInstallDirs)
38
39
include(FetchContent)
40
41
-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)
42
if(USE_SYSTEM_ZSYNC2)
43
set(USE_SYSTEM_CPR ON)
44
@@ -52,7 +52,7 @@ else()
52
function(import_zsync2)
53
FetchContent_Declare(zsync2
54
GIT_REPOSITORY https://github.com/AppImageCommunity/zsync2
55
- GIT_TAG 2.0.0-alpha-1-20230304
+ GIT_TAG 2.0.0-alpha-1-20241016
56
)
57
FetchContent_MakeAvailable(zsync2)
58
endfunction()
0 commit comments