Browse Source

ENH: Add SunPro fortran module flags on SunOS.

Brad King 18 years ago
parent
commit
19037da40f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Modules/Platform/SunOS-SunPro-Fortran.cmake

+ 2 - 0
Modules/Platform/SunOS-SunPro-Fortran.cmake

@@ -0,0 +1,2 @@
+SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
+SET(CMAKE_Fortran_MODPATH_FLAG "-M")