summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/CrayPrgEnv-Cray-C.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-01 13:12:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-02-01 13:12:42 (GMT)
commit0479ae492a6bc6058ae86d3ce01ac26fcc71c744 (patch)
treec6122361c2fb9a233b86f8159020c9e6a1f3d723 /Modules/Compiler/CrayPrgEnv-Cray-C.cmake
parenta906d7b41c8ff2656f3fa3dc5765be79ba31166a (diff)
parent1293ed8507be7e854dcb9437a5b7062ec740ff69 (diff)
downloadCMake-0479ae492a6bc6058ae86d3ce01ac26fcc71c744.zip
CMake-0479ae492a6bc6058ae86d3ce01ac26fcc71c744.tar.gz
CMake-0479ae492a6bc6058ae86d3ce01ac26fcc71c744.tar.bz2
Merge topic 'implicit-incs-cleanup'
1293ed8507 ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmake eaf53158f4 CrayPrgEnv/ParseImplicitIncludes: simplify for new implict include parser ef8f237686 ParseImplicitIncludeInfo: add SunPro Fortran and PGI compiler, Cray fix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2894
Diffstat (limited to 'Modules/Compiler/CrayPrgEnv-Cray-C.cmake')
-rw-r--r--Modules/Compiler/CrayPrgEnv-Cray-C.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/CrayPrgEnv-Cray-C.cmake b/Modules/Compiler/CrayPrgEnv-Cray-C.cmake
deleted file mode 100644
index 547a4b4..0000000
--- a/Modules/Compiler/CrayPrgEnv-Cray-C.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-if(__craylinux_crayprgenv_cray_c)
- return()
-endif()
-set(__craylinux_crayprgenv_cray_c 1)
-
-include(Compiler/CrayPrgEnv-C)
-__CrayPrgEnv_setup_C("/opt/cray/cce/.*/ccfe" "/opt/cray/cce/.*/ld")