Skip to content

Commit ba1ee71

Browse files
authored
Merge pull request #387 from fortanix/raoul/rte-427-update_cmake_minimum_version
[RTE-427] Update cmake minimum required version
2 parents fcd6c49 + 48ad3b1 commit ba1ee71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbedtls-sys/vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# mbedtls, mbedx509, mbedcrypto and apidoc targets.
2121
#
2222

23-
cmake_minimum_required(VERSION 2.8.12)
23+
cmake_minimum_required(VERSION 3.5)
2424

2525
# https://cmake.org/cmake/help/latest/policy/CMP0011.html
2626
# 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.6)
1+
cmake_minimum_required(VERSION 3.5)
22

33
# Test the target renaming support by adding a prefix to the targets built
44
set(MBEDTLS_TARGET_PREFIX subproject_test_)

0 commit comments

Comments
 (0)