From e4d6214d3bc69e54fdd06b5eba9e18ef60a2b765 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 13 Mar 2020 18:08:47 -0400 Subject: [PATCH] reformat source --- doc/src/Build_cmake.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/Build_cmake.rst b/doc/src/Build_cmake.rst index 4332920ee3..c41136c0a5 100644 --- a/doc/src/Build_cmake.rst +++ b/doc/src/Build_cmake.rst @@ -83,12 +83,13 @@ this directory or sub-directories within it that CMake creates. .. note:: - To perform a CMake build, no packages can be installed or a - build been previously attempted in the LAMMPS src directory by using - "make" commands to :doc:`perform a conventional LAMMPS build `. CMake detects if this is the case and - generates an error, telling you to type "make no-all purge" in the src - directory to un-install all packages. The purge removes all the \*.h - files auto-generated by make. + To perform a CMake build, no packages can be installed or a build + been previously attempted in the LAMMPS src directory by using "make" + commands to :doc:`perform a conventional LAMMPS build `. + CMake detects if this is the case and generates an error, telling you + to type "make no-all purge" in the src directory to un-install all + packages. The purge removes all the \*.h files auto-generated by + make. You must have CMake version 3.10 or later on your system to build LAMMPS. Installation instructions for CMake are below.