Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 8c0c0c386b5799b54faf9613a191f66dee76e400 https://github.com/OpenAMP/open-amp/commit/8c0c0c386b5799b54faf9613a191f66de... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths: M CMakeLists.txt
Log Message: ----------- cmake: update cmake minimum support to 3.16
We currently support an old version of CMake (3.0.2) that was released in 2018.
This requires adding specific policies to support the evolution to the latest versions of Zephyr.
Update the minimum version to 3.16, aligned with the libmetal.
By updating to CMake 3.16 as the minimum version, we can also clean up the following policy add-ons: - CMP0048 added in CMake v3.0 - CMP0077 added in CMake v3.13
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications