From ae7945bd996946ba0020ffd489f6dbaad27be8e6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 13 Sep 2023 15:56:49 -0400 Subject: [PATCH] add missing newline --- doc/src/Build_basics.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/Build_basics.rst b/doc/src/Build_basics.rst index 64f96b7f3a..233b825d01 100644 --- a/doc/src/Build_basics.rst +++ b/doc/src/Build_basics.rst @@ -487,6 +487,7 @@ using CMake or Make. .. tab:: CMake build .. code-block:: bash + -D BUILD_TOOLS=value # yes or no (default). Build binary2txt, chain.x, micelle2d.x, msi2lmp, phana, stl_bin2txt -D BUILD_LAMMPS_SHELL=value # yes or no (default). Build lammps-shell -D BUILD_LAMMPS_GUI=value # yes or no (default). Build lammps-gui