commit | 2ff05d5227aa23a30fc6e44664e3a567f19c90b5 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Fri Aug 14 11:17:42 2020 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Fri Aug 14 11:17:42 2020 +0800 |
tree | 19874b8017b0b595ab3000e06b0312a0a2888f6c | |
parent | 8a711be291ed7d9ffe6e21ece9a03fc1c7b0357b [diff] |
Build: Use CMAKE_SOURCE_DIR to set default TFM_ROOT_DIR The default value of TFM_ROOT_DIR is hard-coded to trusted-firmware-m. But not everyone is using exactly the same name. This patch set the default value to CMAKE_SOURCE_DIR, which is set by CMake command: cmake [options] <path-to-source>, so that the dependency on the repo name is removed. Change-Id: I6d1a8028e34cc07e20be8e7671812b2fde6feede Signed-off-by: Kevin Peng <kevin.peng@arm.com>