mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-17 09:42:19 +08:00
fix(cmake): fix LV_CONF_PATH quoting consistency issue (#8079)
This commit is contained in:
@@ -109,7 +109,7 @@ include(${CMAKE_CURRENT_BINARY_DIR}/lv_conf.cmake)
|
||||
# Add definition of LV_CONF_PATH only if needed
|
||||
# Do not redefine it if already defined in tests/CMakeLists.txt
|
||||
if(LV_CONF_PATH AND NOT LV_BUILD_TEST)
|
||||
target_compile_definitions(lvgl PUBLIC LV_CONF_PATH=${LV_CONF_PATH})
|
||||
target_compile_definitions(lvgl PUBLIC LV_CONF_PATH="${LV_CONF_PATH}")
|
||||
endif()
|
||||
|
||||
# Add definition of LV_CONF_SKIP only if needed
|
||||
|
||||
Reference in New Issue
Block a user