Skip to content
Snippets Groups Projects
Commit 6b31e5c8 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

BUG: fix problem where cmake thinks the intel compiler is gnu

parent 55969dcf
No related branches found
No related tags found
No related merge requests found
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
void THIS_IS_GNU();
#endif
#ifdef __MINGW32__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment