Browse Source

Merge topic 'IntelLLVM-Fortran-copy-mod'

209b896f2c IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generators

Acked-by: Kitware Robot <[email protected]>
Merge-request: !6740
Brad King 4 years ago
parent
commit
e585dcedea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDependsFortran.cxx

+ 1 - 1
Source/cmDependsFortran.cxx

@@ -659,7 +659,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;