cmake/Modules/Compiler/PathScale-Fortran.cmake

10 lines
315 B
CMake
Raw Normal View History

2010-03-17 14:00:29 +02:00
include(Compiler/PathScale)
__compiler_pathscale(Fortran)
2013-03-16 19:13:01 +02:00
set(CMAKE_Fortran_MODDIR_FLAG "-module ")
2012-02-18 12:40:36 +02:00
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")
2020-08-30 11:54:41 +02:00
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_ON "-cpp")
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_OFF "-nocpp")