Skip to content

Commit

Permalink
Merge pull request #8190 from paul-elliott-arm/update_cmake_min_ver
Browse files Browse the repository at this point in the history
Update CMake minimum version(s) to match main CMakeLists.txt
  • Loading branch information
paul-elliott-arm authored Sep 13, 2023
2 parents 31beb2d + a722d0a commit 0934b20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programs/test/cmake_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5.1)

#
# Simulate configuring and building Mbed TLS as the user might do it. We'll
Expand Down
2 changes: 1 addition & 1 deletion programs/test/cmake_package_install/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5.1)

#
# Simulate configuring and building Mbed TLS as the user might do it. We'll
Expand Down
2 changes: 1 addition & 1 deletion programs/test/cmake_subproject/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.5.1)

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

0 comments on commit 0934b20

Please sign in to comment.