commit | 0934b2007ccdef2a0881798481b383395a21da4c | [log] [tgz] |
---|---|---|
author | Paul Elliott <62069445+paul-elliott-arm@users.noreply.github.com> | Wed Sep 13 08:39:50 2023 +0000 |
committer | GitHub <noreply@github.com> | Wed Sep 13 08:39:50 2023 +0000 |
tree | 877112e0b23acec78f8db78a2206281e754ec81a | |
parent | 31beb2d449f2b6e01e28f2d063e99c9a27965312 [diff] | |
parent | a722d0a415b47df512c6d4b3c0b58d612b9c9b95 [diff] |
Merge pull request #8190 from paul-elliott-arm/update_cmake_min_ver Update CMake minimum version(s) to match main CMakeLists.txt
diff --git a/programs/test/cmake_package/CMakeLists.txt b/programs/test/cmake_package/CMakeLists.txt index 518d2e9..019e6e7 100644 --- a/programs/test/cmake_package/CMakeLists.txt +++ b/programs/test/cmake_package/CMakeLists.txt
@@ -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
diff --git a/programs/test/cmake_package_install/CMakeLists.txt b/programs/test/cmake_package_install/CMakeLists.txt index fb5ad51..6070a6c 100644 --- a/programs/test/cmake_package_install/CMakeLists.txt +++ b/programs/test/cmake_package_install/CMakeLists.txt
@@ -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
diff --git a/programs/test/cmake_subproject/CMakeLists.txt b/programs/test/cmake_subproject/CMakeLists.txt index a9fcfde..3c3cba3 100644 --- a/programs/test/cmake_subproject/CMakeLists.txt +++ b/programs/test/cmake_subproject/CMakeLists.txt
@@ -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_)