diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ffe08ef55..c20e2d6bc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/tf-psa-crypto/CMakeLists.txt b/tf-psa-crypto/CMakeLists.txt index 15f91491bc..3a0b90bddb 100644 --- a/tf-psa-crypto/CMakeLists.txt +++ b/tf-psa-crypto/CMakeLists.txt @@ -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)