From 79cadef4ba069b0dc206d25defbb6d189f1497f5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 18 Jan 2023 04:05:50 -0500 Subject: [PATCH] Re-running CMake is now automatic for almost anybody. --- doc/src/Modify_overview.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/src/Modify_overview.rst b/doc/src/Modify_overview.rst index 1afb63dc9e..ed7ff1a8ac 100644 --- a/doc/src/Modify_overview.rst +++ b/doc/src/Modify_overview.rst @@ -59,14 +59,6 @@ the executable and can be invoked with a pair_style command like the example above. Arguments like 0.1 and 3.5 can be defined and processed by your new class. -.. note:: - - With the traditional make process, simply adding the new files to the - src folder and compiling LAMMPS again for the desired configuration - with "make machine" is sufficient. When using CMake, you need to - re-run CMake with "cmake ." in the build folder to have it recognize - the added files and include them into the build system. - As illustrated by this example pair style, many kinds of options are referred to in the LAMMPS documentation as the "style" of a particular command.