mirror of
https://github.com/espressif/mbedtls.git
synced 2026-06-05 21:14:47 +00:00
fix: update min cmake version to 3.10.2
This commit is contained in:
committed by
Ashish Sharma
parent
bcaa74bae6
commit
1d43b9cd99
+3
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user