diff options
author | Brad King <brad.king@kitware.com> | 2010-01-13 13:13:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-01-13 13:13:19 (GMT) |
commit | 7b106a6fb3431774fb38e39e90a1147118f811a0 (patch) | |
tree | e025e6eb8516a96aec4f0ef4b6b72433034993a8 /Modules/Platform/Linux-GNU-Fortran.cmake | |
parent | 113013fe11d907229cb44dbe2c2d208622c20e00 (diff) | |
download | CMake-7b106a6fb3431774fb38e39e90a1147118f811a0.zip CMake-7b106a6fb3431774fb38e39e90a1147118f811a0.tar.gz CMake-7b106a6fb3431774fb38e39e90a1147118f811a0.tar.bz2 |
Create Linux GNU compiler flag consolidation macro
This macro will be used for GNU compiler flags that are specific to
Linux but not to any language.
Diffstat (limited to 'Modules/Platform/Linux-GNU-Fortran.cmake')
-rw-r--r-- | Modules/Platform/Linux-GNU-Fortran.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-GNU-Fortran.cmake b/Modules/Platform/Linux-GNU-Fortran.cmake new file mode 100644 index 0000000..e364c87 --- /dev/null +++ b/Modules/Platform/Linux-GNU-Fortran.cmake @@ -0,0 +1,2 @@ +INCLUDE(Platform/Linux-GNU) +__linux_compiler_gnu(Fortran) |