From a996c16bbaed756326d2aaa6f526f067b5c7942d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 31 Oct 2008 16:10:34 -0400 Subject: [PATCH] ENH: do not error when sunpro or mipspro fortran used --- Tests/Fortran/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt index 229181b93..e70b2f10a 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")