Explorar o código

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

Bill Hoffman %!s(int64=21) %!d(string=hai) anos
pai
achega
6b31e5c851
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/CMakeTestGNU.c

+ 1 - 1
Modules/CMakeTestGNU.c

@@ -1,4 +1,4 @@
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
 void THIS_IS_GNU();
 #endif
 #ifdef __MINGW32__