| commit | 02e7f9213b0d7db9c35ebf1e41e733fc9c5a3f75 | [log] [tgz] |
|---|---|---|
| author | Daniel Lang <ldaniell14260@gmail.com> | Wed Apr 09 16:55:08 2025 +0200 |
| committer | Jerome Forissier <jerome@forissier.org> | Wed Apr 09 17:55:00 2025 +0200 |
| tree | fb71849f4996de19e8494c6e154e15062245e7dc | |
| parent | 6486773583b5983af8250a47cf07eca938e0e422 [diff] |
cmake: raise mimimum required to 3.5 CMake 4.0 was released [1] which dropped compatibility with versions older than 3.5 and causes cmake_minimum_required(3.4) to fail. Bump the minimum required version to 3.5, which was released 9 years ago. [1] https://www.kitware.com/cmake-4-0-0-available-for-download/ Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Daniel Lang <ldaniell14260@gmail.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers