mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
BUG: fix problem where cmake thinks the intel compiler is gnu
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
||||
void THIS_IS_GNU();
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
|
||||
Reference in New Issue
Block a user