From 354f1420c1c4c5bf6c848a3a867fb673f3aa7389 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 10 Jun 2020 16:47:19 -0400 Subject: [PATCH] [doc] Minor fix in install instructions --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 08b85434..203ab7cd 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -65,7 +65,7 @@ Custom CMake options The compilation of ``app4triqs`` can be configured using CMake-options:: - cmake ../app4triqs.src -DOPTION1=value1 -DOPTION2=value2 ... ../app4triqs.src + cmake ../app4triqs.src -DOPTION1=value1 -DOPTION2=value2 ... +-----------------------------------------------------------------+-----------------------------------------------+ | Options | Syntax |