diff options
author | Brad King <brad.king@kitware.com> | 2015-06-19 12:51:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-19 12:51:43 (GMT) |
commit | a53f1af79f5b602751d2a3a68e3eb36deba53c23 (patch) | |
tree | 696fd745c2e9408ef74bbda0f6526df98eba1c16 /Modules/Platform | |
parent | c780524a967ef8e814ad4fcd4e424cdb8fe58f73 (diff) | |
parent | 54676a0e4cf30d9f026a0f6521f7171a75f85803 (diff) | |
download | CMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.zip CMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.tar.gz CMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.tar.bz2 |
Merge topic 'ConcurrentFortran-compiler-id'
54676a0e Help: Add notes for topic 'ConcurrentFortran-compiler-id'
7cd539b1 Add support for Concurrent Fortran 77 Compiler
0d204c1c CMakeDetermineCompilerId: Try matching compiler output to detect id
5f0dad75 CMakeDetermineCompilerId: Refactor id build/check loop logic
c65a060e CMakeDetermineCompilerId: Optionally try some flags before no flags
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/Linux-CCur-Fortran.cmake | 1 |
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) |