diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-05 19:30:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-06 12:58:20 (GMT) |
commit | fcfe121fd82fcb24c9f40f052cb20d403c92edb7 (patch) | |
tree | becc42198ac497bcf72ece595b8858c148e7736d /Modules/Platform/SunOS-PathScale-Fortran.cmake | |
parent | 9d81f1b3aaa82d12a3a87067572b3ff5e2b9c4d2 (diff) | |
download | CMake-fcfe121fd82fcb24c9f40f052cb20d403c92edb7.zip CMake-fcfe121fd82fcb24c9f40f052cb20d403c92edb7.tar.gz CMake-fcfe121fd82fcb24c9f40f052cb20d403c92edb7.tar.bz2 |
Platform: add flag definitions for PathScale compiler on SunOS (#16135)
Diffstat (limited to 'Modules/Platform/SunOS-PathScale-Fortran.cmake')
-rw-r--r-- | Modules/Platform/SunOS-PathScale-Fortran.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/SunOS-PathScale-Fortran.cmake b/Modules/Platform/SunOS-PathScale-Fortran.cmake new file mode 100644 index 0000000..3c202f7 --- /dev/null +++ b/Modules/Platform/SunOS-PathScale-Fortran.cmake @@ -0,0 +1,2 @@ +include(Platform/SunOS-PathScale) +__sunos_compiler_pathscale(Fortran) |