cmake/Modules/Compiler/MIPSpro-Fortran.cmake
2012-02-18 12:40:36 +02:00

4 lines
135 B
CMake

SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")