diff options
author | Chuck Cranor <chuck@ece.cmu.edu> | 2019-01-29 15:17:44 (GMT) |
---|---|---|
committer | Chuck Cranor <chuck@ece.cmu.edu> | 2019-01-29 15:17:44 (GMT) |
commit | eaf53158f49e6e7581613376e8c054e18bdffc23 (patch) | |
tree | 6e72b998d818700ec2d90b4e1982047f4106b349 /Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake | |
parent | ef8f237686c2a0b51249bfd46d9498abeb019e76 (diff) | |
download | CMake-eaf53158f49e6e7581613376e8c054e18bdffc23.zip CMake-eaf53158f49e6e7581613376e8c054e18bdffc23.tar.gz CMake-eaf53158f49e6e7581613376e8c054e18bdffc23.tar.bz2 |
CrayPrgEnv/ParseImplicitIncludes: simplify for new implict include parser
Remove now redundant implicit parser code from CrayPrgEnv.cmake, as
this function is now supported in the general cmake code
(e.g. Modules/CMakeParseImplicit{Include,Link}Info.cmake).
This simplifies __CrayPrgEnv_setup() to take only one arg (${lang})
and allows us to remove a level of inclusion as
CrayPrgEnv-${lang}.cmake is now compiler independent we
do not need the CrayPrgEnv-${compiler}-${lang} files any more.
Diffstat (limited to 'Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake')
-rw-r--r-- | Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake b/Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake deleted file mode 100644 index 9f46a04..0000000 --- a/Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake +++ /dev/null @@ -1,7 +0,0 @@ -if(__craylinux_crayprgenv_cray_fortran) - return() -endif() -set(__craylinux_crayprgenv_cray_fortran 1) - -include(Compiler/CrayPrgEnv-Fortran) -__CrayPrgEnv_setup_Fortran("/opt/cray/cce/.*/ftnfe" "/opt/cray/cce/.*/ld") |