From c45ba88a3e9f475382aa1ab794253820904f57ff Mon Sep 17 00:00:00 2001 From: ShAsHi Date: Fri, 18 Apr 2025 05:39:56 +0530 Subject: [PATCH] Update CMakeLists.txt to Min Cmake version 3.12.4 (#80) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c113de..3970af4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.12.4) project(lvgl C CXX) # Set the correct FreeRTOS port for your system (e.g., Posix for WSL)