Fix CMake 4.0 compilation error

This commit is contained in:
Briar 2025-04-01 23:18:23 +02:00 committed by GitHub
parent 8c88150ca1
commit acdc9374d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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