mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-09 19:31:18 +08:00
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:
parent
9bfd0ffe74
commit
6465247f67
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user