commit | 9b87d6f7fc2ea5acabeb2b7e08ded4f33312de30 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Mon Nov 15 11:53:25 2021 +0100 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 15 14:54:48 2021 -0500 |
tree | 5dd33332d930c78038fdd85a793f0b0d94fbd4c8 | |
parent | 34d449df7931b018a6c40ed769dd5ee7480a16c7 [diff] |
modules: tfm: Fix cmake warnings for unused variables Fix cmake warnings for TF-M build system when PSA tests are not enabled. This produces the following warnings: " CMake Warning: Manually-specified variables were not used by the project: PSA_TOOLCHAIN_FILE TOOLCHAIN " These warnings can point to cache or config variables being updated in the TF-M build system so keep this free of warnings. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>