From 966ebabd79c15f32c6e42e0a34c47685dc36bd5a Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Mon, 5 Oct 2020 18:19:20 -0400 Subject: [PATCH] fix for malformed cmake options table --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 7c77d35f..79dd4b9d 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -146,7 +146,7 @@ The compilation of ``dft_tools`` can be configured using CMake-options:: +-----------------------------------------------------------------+-----------------------------------------------+ | Options | Syntax | +=================================================================+===============================================+ -| Specify an installation path other than path_to_triqs | -DCMAKE_INSTALL_PREFIX=path_to_dft_tools| +| Specify an installation path other than path_to_triqs | -DCMAKE_INSTALL_PREFIX=path_to_dft_tools | +-----------------------------------------------------------------+-----------------------------------------------+ | Build in Debugging Mode | -DCMAKE_BUILD_TYPE=Debug | +-----------------------------------------------------------------+-----------------------------------------------+