build: Update CMake minimum required version to 3.5

This commit is contained in:
CrimsonHawk 2025-07-12 17:36:50 -04:00
parent 8c88150ca1
commit 45a43c60ae
No known key found for this signature in database
GPG key ID: 82D963563CFDCEA1

View file

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