Updated minimum cmake requirement down to 2.8.12

Upcoming cmake 3.19 will not support cmake 2.6 any more, hence
the fix.

Please see https://github.com/ARMmbed/mbedtls/pull/3802 for
more details.
This commit is contained in:
Mahavir Jain
2021-07-07 20:34:14 +05:30
parent 9bfd0ffe74
commit 6465247f67
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8.12)
if(TEST_CPP)
project("mbed TLS" C CXX)
else()