diff options
author | Philip Lowman <philip@yhbt.com> | 2011-05-26 02:10:19 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2011-05-26 02:10:19 (GMT) |
commit | 162f3fb413fc862c5c75a0402fdfbdc6dd19468b (patch) | |
tree | f38559d56af1f57a72875c4e1dbd8126fda24163 /Modules/Platform/Darwin-Absoft-Fortran.cmake | |
parent | ca000a0948023961130d1ee389d65228a746629a (diff) | |
parent | 8b17fd67256d10c86acba9c2b2ce1d0211a90fea (diff) | |
download | CMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.zip CMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.tar.gz CMake-162f3fb413fc862c5c75a0402fdfbdc6dd19468b.tar.bz2 |
Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtobuf_module_behavior_under_Windows_is_annoying
Diffstat (limited to 'Modules/Platform/Darwin-Absoft-Fortran.cmake')
-rw-r--r-- | Modules/Platform/Darwin-Absoft-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin-Absoft-Fortran.cmake b/Modules/Platform/Darwin-Absoft-Fortran.cmake new file mode 100644 index 0000000..beb41a3 --- /dev/null +++ b/Modules/Platform/Darwin-Absoft-Fortran.cmake @@ -0,0 +1 @@ +set(CMAKE_Fortran_VERBOSE_FLAG "-X -v") # Runs gcc under the hood. |