From 923c403dcbd1b89d35ea36357d734315a50f9c45 Mon Sep 17 00:00:00 2001 From: Robert K <robertk@posteo.org> Date: Wed, 1 Jul 2015 12:27:23 +0200 Subject: [PATCH] [CMake][docu] Comment about GRIDTYPE. --- cmake/modules/OverloadCompilerFlags.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/OverloadCompilerFlags.cmake b/cmake/modules/OverloadCompilerFlags.cmake index 7453411c9..222ddc2dc 100644 --- a/cmake/modules/OverloadCompilerFlags.cmake +++ b/cmake/modules/OverloadCompilerFlags.cmake @@ -10,6 +10,7 @@ # # make CXXFLAGS="your flags" GRIDTYPE="grid type" # +# GRIDTYPE can be anything defined in config.h via the dune_define_gridtype macro from dune-grid. # Furthermore any CPP variable of the form -DVAR=VALUE can be overloaded on the command line. # # Note: If you don't know what this is or what it's good for, don't use it. -- GitLab