From: Matthias Maier Date: Thu, 22 Jun 2023 14:56:42 +0000 (-0500) Subject: CMake: update a comment X-Git-Tag: v9.5.0-rc1~46^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15429%2Fhead;p=dealii.git CMake: update a comment --- diff --git a/source/grid/CMakeLists.txt b/source/grid/CMakeLists.txt index 6cd29b439f..d26cd13bb3 100644 --- a/source/grid/CMakeLists.txt +++ b/source/grid/CMakeLists.txt @@ -20,7 +20,7 @@ # guarding the include by DEAL_II_DISABLE_EXTRA_DIAGNOSTICS is not enough # due to a longstanding bug in gcc. Thus, simply set # -Wno-misleading-indentation on the command line for the -# grid_generator_cgal.cc compilation unit. +# grid_generator_cgal.cc and grid_tools.cc compilation units. # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89549 # if(DEAL_II_WITH_CGAL)