Skip to content

Commit d326d15

Browse files
committed
Fix compatibility with CMake 4
1 parent f787f15 commit d326d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if (NOT LIBAPPIMAGE_SHARED_ONLY)
108108

109109
ExternalProject_Add(
110110
XdgUtils-EXTERNAL
111-
GIT_REPOSITORY https://github.com/azubieta/xdg-utils-cxx.git
111+
GIT_REPOSITORY https://github.com/AppImageCommunity/xdg-utils-cxx.git
112112
GIT_TAG master
113113
GIT_SHALLOW On
114114
CMAKE_ARGS

0 commit comments

Comments
 (0)