commit | 5d473dc09200c034de9fa95d0d1afe76839bdfa1 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon Sep 21 22:32:34 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Tue Sep 22 16:31:32 2020 -0500 |
tree | 89b45c83bc7b30ec1781c36079b7509f8dd11c43 | |
parent | 5576432cd3c558dd50005653b0ca6450bc87ba09 [diff] |
cmake: fix zephyr_get_system_include_directories_for_lang() function This commit fixes the zephyr_get_system_include_directories_for_lang() function in the event that no system include directories are specified for Zephyr interface. This fixes an issue where the value returned by this function is `-isystem` with no directory. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>