diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx index 1a06f3170623426bdbf0a442b64d10f5892a13eb..74b5ddd3d5e17b1474b2da3a5ca81507ca285d44 100644 --- a/Source/cmDependsFortran.cxx +++ b/Source/cmDependsFortran.cxx @@ -653,7 +653,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;