Ver Fonte

Merge branch 'IntelLLVM-Fortran-copy-mod' into release-3.21

Merge-request: !6740
Brad King há 4 anos atrás
pai
commit
80b6b201a6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmDependsFortran.cxx

+ 1 - 1
Source/cmDependsFortran.cxx

@@ -648,7 +648,7 @@ bool cmDependsFortran::ModulesDiffer(const std::string& modFile,
         return true;
       }
     }
-  } else if (compilerId == "Intel") {
+  } else if (compilerId == "Intel" || compilerId == "IntelLLVM") {
     const char seq[2] = { '\n', '\0' };
     const int seqlen = 2;