diff options
Diffstat (limited to 'Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake')
-rw-r--r-- | Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake b/Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake deleted file mode 100644 index 08a316d2c4..0000000000 --- a/Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake +++ /dev/null @@ -1,7 +0,0 @@ -if(__craylinux_crayprgenv_intel_fortran) - return() -endif() -set(__craylinux_crayprgenv_intel_fortran 1) - -include(Compiler/CrayPrgEnv-Fortran) -__CrayPrgEnv_setup_Fortran("/opt/intel/.*/fortcom" "^ld ") |