summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-18 15:33:45 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-18 15:36:12 (GMT)
commit7cd539b163a58f8b594e2318bdc7e7d7b1ba6577 (patch)
tree7357c6973cc9fe5ad3052fed638bede824d81866 /Modules/Platform
parent0d204c1c1dabba2dc87957e9ce6bcd32aab70dae (diff)
downloadCMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.zip
CMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.tar.gz
CMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.tar.bz2
Add support for Concurrent Fortran 77 Compiler
The Concurrent Fortran compiler (ccur.com) is available on Linux and can be used much like the GNU Fortran compiler. Currently it has no preprocessor symbols to identify it so we need to detect it by matching compiler output. Suggested-by: Anthony Ette <Anthony.R.Ette@controlsdata.com>
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Linux-CCur-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-CCur-Fortran.cmake b/Modules/Platform/Linux-CCur-Fortran.cmake
new file mode 100644
index 0000000..ceecc2f
--- /dev/null
+++ b/Modules/Platform/Linux-CCur-Fortran.cmake
@@ -0,0 +1 @@
+include(Platform/Linux-GNU-Fortran)