mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/libyuv: fix the typo.
fix the typo. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
60d814efa2
commit
3e3b8c6936
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue