From: Matthias Maier Date: Thu, 8 Sep 2016 21:16:24 +0000 (-0500) Subject: Documentation: Update to latest changes and changes in #1758 X-Git-Tag: v8.5.0-rc1~654^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc1f2123831351818cdcfa093c23a6a02a0de9a;p=dealii.git Documentation: Update to latest changes and changes in #1758 --- diff --git a/doc/users/cmake.html b/doc/users/cmake.html index a34092a996..e4b5acc9e3 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -758,7 +758,7 @@ cmake -DLAPACK_FOUND=true \

The cmake variable CMAKE_BUILD_TYPE - controls the type of build. We support Debug, + controls the type of build. We support Debug, Release and DebugRelease mode. Default is DebugRelease.