summaryrefslogtreecommitdiff
path: root/Modules/Compiler/PathScale-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/PathScale-Fortran.cmake')
-rw-r--r--Modules/Compiler/PathScale-Fortran.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Compiler/PathScale-Fortran.cmake b/Modules/Compiler/PathScale-Fortran.cmake
new file mode 100644
index 000000000..e05bf2afc
--- /dev/null
+++ b/Modules/Compiler/PathScale-Fortran.cmake
@@ -0,0 +1,6 @@
+include(Compiler/PathScale)
+__compiler_pathscale(Fortran)
+
+SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
+set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
+set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")