Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: fix relative path calculate error
```C file(RELATIVE_PATH relpath ${ZEPHYR_BASE}/include ${path}) ``` The prerequisite path assumed here must be the prefix of ZEPHYR, but if use symbolic links it will calculate error: like this: #74647 (comment) Fixes: #74647 Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
- Loading branch information