doc(cmake): fix how to fetch LVGL from GitHub
This commit is contained in:
committed by
GitHub
parent
e339779e49
commit
7d20d4ca7a
@@ -31,7 +31,7 @@ set(LV_CONF_PATH
|
|||||||
CACHE STRING "" FORCE)
|
CACHE STRING "" FORCE)
|
||||||
|
|
||||||
# Fetch LVGL from GitHub
|
# Fetch LVGL from GitHub
|
||||||
FetchContent_Declare(lvgl URL https://github.com/lvgl/lvgl.git)
|
FetchContent_Declare(lvgl GIT_REPOSITORY https://github.com/lvgl/lvgl.git)
|
||||||
FetchContent_MakeAvailable(lvgl)
|
FetchContent_MakeAvailable(lvgl)
|
||||||
|
|
||||||
# The target "MyFirmware" depends on LVGL
|
# The target "MyFirmware" depends on LVGL
|
||||||
|
|||||||
Reference in New Issue
Block a user