fix(mbedtls): update minimum cmake required to 3.10.2

This commit is contained in:
Ashish Sharma
2026-04-01 11:44:27 +05:30
committed by Mahavir Jain
parent 3f4dc53673
commit b1d0a24b7c
+3 -1
View File
@@ -18,7 +18,9 @@
# We specify a minimum requirement of 3.10.2, but for now use 3.5.1 here
# until our infrastructure catches up.
cmake_minimum_required(VERSION 3.5.1)
# Espressif: Updating the version to 3.10.2. CMake versions
# older than 3.10 are getting deprecated
cmake_minimum_required(VERSION 3.10.2)
include(CMakePackageConfigHelpers)