-
Notifications
You must be signed in to change notification settings - Fork 203
add call to cu_pkg_define_version #713
Copy link
Copy link
Open
Labels
Type: Feature RequestNew feature or requestNew feature or request
Description
Related area
support users
Hardware specification
N/A
Is your feature request related to a problem?
My problem was turned down but resolution of my problem not only requires you to call cmake_utilities from esp_lvgl_port so its version numbers are defined in the build system.
See #712.
Describe the solution you'd like
add
include(package_manager)
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
to esp_lvgl_port, so your users don't have to edit an imported component to get this
Describe alternatives you've considered
See #712. Was turned down but the replacement action should be this feature request, and to my knowledge this wasn't taken up.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Feature RequestNew feature or requestNew feature or request