This website works better with JavaScript
Home
Explore
Help
Sign In
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ENH: Add SunPro fortran module flags on SunOS.
Brad King
18 years ago
parent
b2e8c07af8
commit
19037da40f
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Modules/Platform/SunOS-SunPro-Fortran.cmake
+ 2
- 0
Modules/Platform/SunOS-SunPro-Fortran.cmake
View File
@@ -0,0 +1,2 @@
+SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
+SET(CMAKE_Fortran_MODPATH_FLAG "-M")