diff options
Diffstat (limited to 'Modules/Compiler/CrayPrgEnv-Intel-C.cmake')
-rw-r--r-- | Modules/Compiler/CrayPrgEnv-Intel-C.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/CrayPrgEnv-Intel-C.cmake b/Modules/Compiler/CrayPrgEnv-Intel-C.cmake deleted file mode 100644 index 83c4e38..0000000 --- a/Modules/Compiler/CrayPrgEnv-Intel-C.cmake +++ /dev/null @@ -1,7 +0,0 @@ -if(__craylinux_crayprgenv_intel_c) - return() -endif() -set(__craylinux_crayprgenv_intel_c 1) - -include(Compiler/CrayPrgEnv-C) -__CrayPrgEnv_setup_C("/opt/intel/.*/mcpcom" "^ld ") |