diff --git a/graphics/libyuv/CMakeLists.txt b/graphics/libyuv/CMakeLists.txt index 6060e4f34..c792f090f 100644 --- a/graphics/libyuv/CMakeLists.txt +++ b/graphics/libyuv/CMakeLists.txt @@ -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()