From 3ad6ecd59b11276d68698bef39f86d11c0715031 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 22 Jun 2023 09:56:42 -0500 Subject: [PATCH] CMake: update a comment --- source/grid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5