From acdc9374d26d4f5da1b7d17a1adc8c42df311b9f Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:18:23 +0200 Subject: [PATCH] Fix CMake 4.0 compilation error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1811c4281..bac909821 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()