Skip to content

Commit f8046cd

Browse files
committed
Fix compatibility with CMake 4
1 parent 673af3c commit f8046cd

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
@@ -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-20241016
55+
GIT_TAG 2.0.0-alpha-1-20250925
5656
)
5757
FetchContent_MakeAvailable(zsync2)
5858
endfunction()
@@ -68,7 +68,7 @@ else()
6868
function(import_libappimage)
6969
FetchContent_Declare(libappimage
7070
GIT_REPOSITORY https://github.com/AppImageCommunity/libappimage
71-
GIT_TAG a0967b29d671e9647ef128b74364defc2153e3ed
71+
GIT_TAG d326d15c8a9299d3f135be8282f6545b32805996
7272
)
7373
FetchContent_MakeAvailable(libappimage)
7474
endfunction()

0 commit comments

Comments
 (0)