diff options
| author | Craig Carnell <1188869+cscd98@users.noreply.github.com> | 2025-09-17 17:32:14 +0100 |
|---|---|---|
| committer | Craig Carnell <1188869+cscd98@users.noreply.github.com> | 2025-10-10 09:06:45 +0100 |
| commit | a111192bba23a7fb6c0109ccaf39c896dfd4c435 (patch) | |
| tree | 86a5e082444de6ee78e50c69a8af040b2c0f4bf1 /Externals | |
| parent | d8bcd6d82ee2359bf3381770d55e0580afc2b388 (diff) | |
Fix cmake compilation on Windows 11
Diffstat (limited to 'Externals')
| -rw-r--r-- | Externals/mbedtls/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/mbedtls/CMakeLists.txt b/Externals/mbedtls/CMakeLists.txt index da206c0810..953ebddc8c 100644 --- a/Externals/mbedtls/CMakeLists.txt +++ b/Externals/mbedtls/CMakeLists.txt @@ -20,7 +20,7 @@ # mbedtls, mbedx509, mbedcrypto and apidoc targets. # -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 2.8.12...4.1.1) # https://cmake.org/cmake/help/latest/policy/CMP0011.html # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD |
