3
0
mirror of https://github.com/triqs/dft_tools synced 2024-09-01 08:43:41 +02:00

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

View File

@ -140,7 +140,7 @@ The compilation of ``dft_tools`` can be configured using CMake-options::
+-----------------------------------------------------------------+-----------------------------------------------+ +-----------------------------------------------------------------+-----------------------------------------------+
| Options | Syntax | | 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 | | Build in Debugging Mode | -DCMAKE_BUILD_TYPE=Debug |
+-----------------------------------------------------------------+-----------------------------------------------+ +-----------------------------------------------------------------+-----------------------------------------------+