commit | f72e4fc723185b742fbf03c4bfd72572d6e912bd | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Mar 26 14:00:01 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 27 09:06:03 2020 -0400 |
tree | 94a2d78bac8fdc9b2ca84af9ae64594a858c9944 | |
parent | df368e8094cf2b88b94110971860421cbccb1195 [diff] |
cmake: gcc: no need to force add system include There is no need to force add system include by adding ${SYSROOT_DIR}/include. Let GCC tell us what include paths are needed with --print-file-name and feed them via -isystem. Signed-off-by: Daniel Leung <daniel.leung@intel.com>