From 5fc1f2123831351818cdcfa093c23a6a02a0de9a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 8 Sep 2016 16:16:24 -0500 Subject: [PATCH] Documentation: Update to latest changes and changes in #1758 --- doc/users/cmake.html | 2 +- doc/users/cmakelists.html | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) 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.