Cannot disable build of demos, examples and thorvg
LVGL version
v9.1.0-375-g8699a7e86
What happened?
When LV_BUILD_EXAMPLES is set to 0 in lv_conf.h - cmake still builds examples.
The same applies to demos and thorvg.
Adding LV_CONF_BUILD_DISABLE_EXAMPLES as seen in env_support/cmake/custom.cmake also doesn't help. The only way to get rid of examples is by removing them from custom.cmake.
How to reproduce?
- set any of the variables metioned above to disabled and build
- cmake still build examples
This part is really not well documented/tested now. We have an open PR where we are about to make it better #6115
We need some feedback on this issue.
Now we mark this as "stale" because there was no activity here for 14 days.
Remove the "stale" label or comment else this will be closed in 7 days.
As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time.
So feel free to comment if you have remarks or ideas on this topic.