summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Modules/Compiler/PathScale-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Modules/Compiler/PathScale-Fortran.cmake')
-rwxr-xr-xshare/cmake-3.5/Modules/Compiler/PathScale-Fortran.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/cmake-3.5/Modules/Compiler/PathScale-Fortran.cmake b/share/cmake-3.5/Modules/Compiler/PathScale-Fortran.cmake
new file mode 100755
index 0000000..d903621
--- /dev/null
+++ b/share/cmake-3.5/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")