From: Matthias Maier Date: Wed, 23 Jan 2013 13:58:52 +0000 (+0000) Subject: Rephrase a comment X-Git-Tag: v8.0.0~1079^2~159 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c11f33a8ec4ffafd9fdc90ccc3806abc838099;p=dealii.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)