graphics/libyuv: fix the typo.

fix the typo.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2025-04-14 16:23:19 +08:00 committed by GUIDINGLI
parent 60d814efa2
commit 3e3b8c6936

View file

@ -41,7 +41,7 @@ if(CONFIG_LIBYUV)
FetchContent_GetProperties(libyuv_fetch)
if(NOT libyuv_fetch_POPULATED)
FetchContent_Populate(llibyuv_fetch)
FetchContent_Populate(libyuv_fetch)
endif()
endif()