fix for malformed cmake options table

This commit is contained in:
Alexander Hampel 2020-10-05 18:19:20 -04:00
parent 682a257a1b
commit 7ed25b8ae7
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,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 |
+-----------------------------------------------------------------+-----------------------------------------------+