1 parent d9d962c commit 80e0854Copy full SHA for 80e0854
1 file changed
tests/CMakeLists.txt
@@ -28,7 +28,7 @@ message(STATUS "Fetching libYUV from repository: ${LIBYUV_REPO_URL}")
28
FetchContent_Declare(
29
libyuv
30
GIT_REPOSITORY ${LIBYUV_REPO_URL}
31
- GIT_TAG main
+ GIT_TAG b7d97d5f3f8f897b88872b6935e4c996b955bc1f
32
)
33
34
# Set libyuv options to minimize dependencies
0 commit comments