You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
330 B
11 lines
330 B
7 years ago
|
include(Compiler/Clang)
|
||
|
__compiler_clang(Fortran)
|
||
|
|
||
|
set(CMAKE_Fortran_PREPROCESS_SOURCE
|
||
|
"<CMAKE_Fortran_COMPILER> -cpp <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> -o <PREPROCESSED_SOURCE>")
|
||
|
|
||
|
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-ffixed-form")
|
||
|
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-ffree-form")
|
||
|
|
||
|
set(CMAKE_Fortran_MODDIR_FLAG "-J")
|