Skip to content

Commit

Permalink
Adding the .git suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Oct 24, 2024
1 parent f5cfdbf commit 79d62db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Modules/LocalLibXml2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else()

FetchContent_Declare(
libxml2
GIT_REPOSITORY "https://github.com/GNOME/libxml2"
GIT_REPOSITORY "https://github.com/GNOME/libxml2.git"
BINARY_DIR "${LIBXML2_BINARY_DIR}"
GIT_TAG "${AVIF_LOCAL_LIBXML_GIT_TAG}"
GIT_SHALLOW ON
Expand Down
2 changes: 1 addition & 1 deletion ext/libxml2.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

: # libxml2 is released under the MIT License.

git clone -b v2.13.4 --depth 1 https://github.com/GNOME/libxml2
git clone -b v2.13.4 --depth 1 https://github.com/GNOME/libxml2.git

mkdir -p libxml2/build.libavif
cmake libxml2 -B libxml2/build.libavif/ -G Ninja -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=libxml2/install.libavif \
Expand Down

0 comments on commit 79d62db

Please sign in to comment.