From 4143ccb3d904f1f18718001f5dfc76f569c83615 Mon Sep 17 00:00:00 2001 From: "Moritz v. Looz" Date: Thu, 7 Oct 2021 18:24:23 +0200 Subject: [PATCH] removed surplus space in installation instructions --- doc/sphinx/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/installation.rst b/doc/sphinx/installation.rst index 665010d3..f9b33b5f 100644 --- a/doc/sphinx/installation.rst +++ b/doc/sphinx/installation.rst @@ -148,8 +148,8 @@ this would typically look like: -DPYKEP_BUILD_PYKEP=no \ -DPYKEP_BUILD_SPICE=yes \ -DPYKEP_BUILD_TESTS=yes \ - -DCMAKE_INSTALL_PREFIX = ~/.local \ - -DCMAKE_PREFIX_PATH = ~/.local \ + -DCMAKE_INSTALL_PREFIX=~/.local \ + -DCMAKE_PREFIX_PATH=~/.local \ -DCMAKE_BUILD_TYPE=Release \ ../; $ cmake --build . --target install @@ -224,9 +224,9 @@ There we need to run cmake again with slightly different options: -DPYKEP_BUILD_KEP_TOOLBOX=no \ -DPYKEP_BUILD_PYKEP=yes \ -DPYKEP_BUILD_TESTS=no \ - -DCMAKE_INSTALL_PREFIX = ~/.local \ - - DCMAKE_PREFIX_PATH = ~/.local \ - - DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=~/.local \ + -DCMAKE_PREFIX_PATH=~/.local \ + -DCMAKE_BUILD_TYPE=Release \ ../; Watch carefully the message in the terminal where the installation path is given to check