Skip to content

Commit

Permalink
Do not use GIT_SHALLOW ON with a hash GIT_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang authored Jun 27, 2024
1 parent 0f14f7b commit 22e47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/LocalRav1e.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else()
cargoc
GIT_REPOSITORY https://github.com/lu-zero/cargo-c.git
GIT_TAG "${AVIF_LOCAL_CARGOC_GIT_TAG}"
GIT_SHALLOW ON
GIT_SHALLOW OFF
)
FetchContent_MakeAvailable(cargoc)

Expand Down

0 comments on commit 22e47a3

Please sign in to comment.