Skip to content

Commit 80e0854

Browse files
committed
Use the specified test module dep version
1 parent d9d962c commit 80e0854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ message(STATUS "Fetching libYUV from repository: ${LIBYUV_REPO_URL}")
2828
FetchContent_Declare(
2929
libyuv
3030
GIT_REPOSITORY ${LIBYUV_REPO_URL}
31-
GIT_TAG main
31+
GIT_TAG b7d97d5f3f8f897b88872b6935e4c996b955bc1f
3232
)
3333

3434
# Set libyuv options to minimize dependencies

0 commit comments

Comments
 (0)