summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/SunOS-SunPro-Fortran.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-30 21:34:49 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-30 21:34:49 (GMT)
commit19037da40f7982cd91aedf403bddd97cfcef0c3d (patch)
tree74f7f82fbae24cd26d0f4c6c0320aafbbc9fd42b /Modules/Platform/SunOS-SunPro-Fortran.cmake
parentb2e8c07af8bca0122d4dfe62c8341dc58c0da2fa (diff)
downloadCMake-19037da40f7982cd91aedf403bddd97cfcef0c3d.zip
CMake-19037da40f7982cd91aedf403bddd97cfcef0c3d.tar.gz
CMake-19037da40f7982cd91aedf403bddd97cfcef0c3d.tar.bz2
ENH: Add SunPro fortran module flags on SunOS.
Diffstat (limited to 'Modules/Platform/SunOS-SunPro-Fortran.cmake')
-rw-r--r--Modules/Platform/SunOS-SunPro-Fortran.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/SunOS-SunPro-Fortran.cmake b/Modules/Platform/SunOS-SunPro-Fortran.cmake
new file mode 100644
index 0000000..5739c58
--- /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")