We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd6c49 + 48ad3b1 commit ba1ee71Copy full SHA for ba1ee71
mbedtls-sys/vendor/CMakeLists.txt
@@ -20,7 +20,7 @@
20
# mbedtls, mbedx509, mbedcrypto and apidoc targets.
21
#
22
23
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
24
25
# https://cmake.org/cmake/help/latest/policy/CMP0011.html
26
# Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
mbedtls-sys/vendor/programs/test/cmake_subproject/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.6)
2
3
# Test the target renaming support by adding a prefix to the targets built
4
set(MBEDTLS_TARGET_PREFIX subproject_test_)
0 commit comments