commit | e92ad197ec6815a2f875c06fd38ce1c07265cacf | [log] [tgz] |
---|---|---|
author | Jianliang Shen <jianliang.shen@arm.com> | Wed May 11 13:59:10 2022 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Wed May 18 02:56:35 2022 +0200 |
tree | 9ac764df9845b8898c4f6e9ae2c1ef79ffec8196 | |
parent | 8ff77c2942b939ea5b456eb409720bcbe806398a [diff] |
Fix: Shorten the subdirectories paths in CMAKE_BINARY_DIR Some subdirectories in CMAKE_BINARY_DIR are so long that they will report an issue when building TF-M in Windows system. The issue comes from the longly named secure services. As the library names already take too much space, the depth shall be simplified. Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: Ie3ad616745d7f0b62254f5a48a836957a15802d5