fix(cmake): installation with custom LV_CONF_PATH (#7624)
This commit is contained in:
@@ -81,8 +81,8 @@ file(GLOB LVGL_PUBLIC_HEADERS
|
||||
|
||||
if(NOT LV_CONF_SKIP)
|
||||
if (LV_CONF_PATH)
|
||||
list(APPEND LVGL_PUBLIC_HEADERS
|
||||
${LV_CONF_PATH})
|
||||
string(REPLACE "\"" "" UNQUOTED_LV_CONF_PATH ${LV_CONF_PATH})
|
||||
list(APPEND LVGL_PUBLIC_HEADERS ${UNQUOTED_LV_CONF_PATH})
|
||||
else()
|
||||
list(APPEND LVGL_PUBLIC_HEADERS
|
||||
"${CMAKE_SOURCE_DIR}/lv_conf.h")
|
||||
|
||||
Reference in New Issue
Block a user