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.
17 lines
506 B
17 lines
506 B
include(Compiler/Fujitsu)
|
|
__compiler_fujitsu(Fortran)
|
|
|
|
set(CMAKE_Fortran_SUBMODULE_SEP ".")
|
|
set(CMAKE_Fortran_SUBMODULE_EXT ".smod")
|
|
|
|
set(CMAKE_Fortran_PREPROCESS_SOURCE
|
|
"<CMAKE_Fortran_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -Cpp -P <SOURCE> -o <PREPROCESSED_SOURCE>")
|
|
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_ON "-Cpp")
|
|
|
|
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-Fixed")
|
|
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-Free")
|
|
|
|
string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT "")
|
|
|
|
set(CMAKE_Fortran_MODDIR_FLAG "-M ")
|