commit | fd4700d7b73d341faad2a2bdd9e3303ee96ee5d0 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Sat Sep 11 22:06:28 2021 +0900 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Sep 21 11:39:18 2021 -0400 |
tree | 35bc7ca787aa6889717f26374b799fb618f7b2b4 | |
parent | 80681d29843e9203fcd6c24c836f4448dae0d5f0 [diff] |
cmake: compiler: Add framework for disabling C++ standard includes This commit adds a new C++ compiler property `nostdincxx` which specifies the C++ compiler flag for excluding the C++ standard library include directory from the include paths. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>