mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
doc(cmake): fix how to fetch LVGL from GitHub
This commit is contained in:
parent
e339779e49
commit
7d20d4ca7a
@ -31,7 +31,7 @@ set(LV_CONF_PATH
|
||||
CACHE STRING "" FORCE)
|
||||
|
||||
# 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)
|
||||
|
||||
# The target "MyFirmware" depends on LVGL
|
||||
|
Loading…
x
Reference in New Issue
Block a user