mirror of
https://github.com/espressif/mbedtls.git
synced 2026-06-06 05:24:49 +00: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:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user