Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase required CMake version to 3.5 (#2219)
### Description of changes: [CMake 4.0](https://cmake.org/cmake/help/latest/release/4.0.html) is coming out soon and requires cmake_minimum_required to be at least 3.5: > Compatibility with versions of CMake older than 3.5 has been removed. Calls to [cmake_minimum_required()](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#command:cmake_minimum_required) or [cmake_policy()](https://cmake.org/cmake/help/latest/command/cmake_policy.html#command:cmake_policy) that set the policy version to an older value now issue an error The [common runtime](awslabs/aws-c-common#1178) and [s2n-tls](aws/s2n-tls#4899) upgraded to 3.9 last year. ### Call-outs: This will break any customer using CMake version less than 3.5 which was [released in December https://github.com/Kitware/CMake/releases/tag/v3.5.0) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information