cmake/Modules/Compiler/HP-Fortran.cmake

4 lines
141 B
CMake
Raw Normal View History

2009-10-04 10:30:41 +03:00
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
2012-02-18 12:40:36 +02:00
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "+source=fixed")
set(CMAKE_Fortran_FORMAT_FREE_FLAG "+source=free")