From 12873e00ffa3c14529e029e7fd199f37f48f3a56 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Tue, 9 May 2017 21:52:15 +0200 Subject: [PATCH] Fix formatting of MKL cmake docs Change-Id: Ibd97e75b416e19fdf183abfe2381ddc2ffd8b490 --- docs/install-guide/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install-guide/index.rst b/docs/install-guide/index.rst index eab5e87284..60a1e98bba 100644 --- a/docs/install-guide/index.rst +++ b/docs/install-guide/index.rst @@ -287,9 +287,10 @@ or similar before running CMake including setting If you need to customize this further, use :: - -DGMX_FFT_LIBRARY=mkl - -DMKL_LIBRARIES="/full/path/to/libone.so;/full/path/to/libtwo.so" - -DMKL_INCLUDE_DIR="/full/path/to/mkl/include" + + cmake -DGMX_FFT_LIBRARY=mkl \ + -DMKL_LIBRARIES="/full/path/to/libone.so;/full/path/to/libtwo.so" \ + -DMKL_INCLUDE_DIR="/full/path/to/mkl/include" The full list and order(!) of libraries you require are found in Intel's MKL documentation for your system. -- 2.11.4.GIT