diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-31 20:10:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-31 20:10:34 (GMT) |
commit | a996c16bbaed756326d2aaa6f526f067b5c7942d (patch) | |
tree | 9b152ddc6c0d00a5b1316a95ceab75f014fbbec2 /Tests/Fortran | |
parent | cecc2ab2903485d7389e6dedf1991eeb454665d5 (diff) | |
download | CMake-a996c16bbaed756326d2aaa6f526f067b5c7942d.zip CMake-a996c16bbaed756326d2aaa6f526f067b5c7942d.tar.gz CMake-a996c16bbaed756326d2aaa6f526f067b5c7942d.tar.bz2 |
ENH: do not error when sunpro or mipspro fortran used
Diffstat (limited to 'Tests/Fortran')
-rw-r--r-- | Tests/Fortran/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt index 229181b..e70b2f1 100644 --- a/Tests/Fortran/CMakeLists.txt +++ b/Tests/Fortran/CMakeLists.txt @@ -16,7 +16,7 @@ if(CMAKE_Fortran_COMPILER_SUPPORTS_F90) set(FORTRAN_FUNCTIONS test_mod:sub) else(FORTRAN_C_MODULE_MANGLING_FOUND) if(CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro") - message("SunPro and MPISpro compilers do not support" + message("${CMAKE_Fortran_COMPILER_ID} compilers do not support" " linking Fortran module procedures from C") else() message("This will fail, but let the user see the error") |