From: maier Date: Wed, 23 Jan 2013 13:58:52 +0000 (+0000) Subject: Rephrase a comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10098b433e40fc5a8b38bad404dc889b1fa303d;p=dealii-svn.git Rephrase a comment git-svn-id: https://svn.dealii.org/branches/branch_cmake@28165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/checks/check_02_compiler_bugs.cmake b/deal.II/cmake/checks/check_02_compiler_bugs.cmake index b06bd37220..640014691d 100644 --- a/deal.II/cmake/checks/check_02_compiler_bugs.cmake +++ b/deal.II/cmake/checks/check_02_compiler_bugs.cmake @@ -109,7 +109,7 @@ ENDIF() # # TODO: We use the mpi.h header file for this check. We should test this -# bug with another header file than mpi.h ... +# bug directly... CHECK_INCLUDE_FILE_CXX("mpi.h" HAVE_MPI_H) IF(HAVE_MPI_H)