mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 17:55:42 +00:00
When using xtools as toolchain, cmake searches the toolchain home directory. However, if the first toolchain directory does not begin with any character before "s", "sources" (if exists) would become the first directory being probed. Since it does not conform to "arch-vendor-abi" naming, cmake would fail. So exclude "sources" from the list to avoid this issue. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
generic.cmake | ||
target.cmake |