mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge branch 'IntelLLVM-Fortran-copy-mod' into release-3.21
Merge-request: !6740
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user