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 2020-12-17 14:04:38 +05:30
parent 9bfd0ffe74
commit 6465247f67

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.8.12)
if(TEST_CPP) if(TEST_CPP)
project("mbed TLS" C CXX) project("mbed TLS" C CXX)
else() else()