Added the option(USINGISYSTEM) of Cmake for controling whether using -isystem. (#1064)
When using Clang 3.9(compiled by GCC 6.x), bcc will used -isystem, because the GCC_VERSION(get the version of the Clang) is less 6.0. And then the compiler will compile failed.
Showing
Please register or sign in to comment