From 19037da40f7982cd91aedf403bddd97cfcef0c3d Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 30 Dec 2007 16:34:49 -0500 Subject: [PATCH] ENH: Add SunPro fortran module flags on SunOS. --- Modules/Platform/SunOS-SunPro-Fortran.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/SunOS-SunPro-Fortran.cmake diff --git a/Modules/Platform/SunOS-SunPro-Fortran.cmake b/Modules/Platform/SunOS-SunPro-Fortran.cmake new file mode 100644 index 0000000000..5739c58e88 --- /dev/null +++ b/Modules/Platform/SunOS-SunPro-Fortran.cmake @@ -0,0 +1,2 @@ +SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=") +SET(CMAKE_Fortran_MODPATH_FLAG "-M")