lvgl / lv_port_pc_vscode

MIT License
217 stars 136 forks source link

cmake version error #45

Open Jack-wjp opened 1 week ago

Jack-wjp commented 1 week ago

add_compile_definitions() was introduced after cmake 3.12.4, but the CMakeLists.txt file is labeled as 3.10, which leads to compile errors even if the user installs version 3.10.

kisvegabor commented 5 days ago

Thank you for reporting it! Could you send a Pull request?