cmake/Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake

8 lines
201 B
CMake
Raw Normal View History

2016-03-13 13:35:51 +01:00
if(__craylinux_crayprgenv_intel_fortran)
return()
endif()
set(__craylinux_crayprgenv_intel_fortran 1)
include(Compiler/CrayPrgEnv-Fortran)
__CrayPrgEnv_setup_Fortran("/opt/intel/.*/fortcom" "^ld ")