Update CMakeLists.txt to Min Cmake version 3.12.4 (#80)

This commit is contained in:
ShAsHi 2025-04-18 05:39:56 +05:30 committed by GitHub
parent decb84c989
commit c45ba88a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.12.4)
project(lvgl C CXX) project(lvgl C CXX)
# Set the correct FreeRTOS port for your system (e.g., Posix for WSL) # Set the correct FreeRTOS port for your system (e.g., Posix for WSL)