diff --git a/cmake/README.md b/cmake/README.md index 85375cd2aa49ca9ddb0bc97b0fa50d048a344f4a..21e728c1f02a696ede20bf6fe632200acd05f69e 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake -D PKG_GPU=on ../cmake </dl> </td> </tr> +<tr> + <td><code>BUILD_EXE</code></td> + <td>control whether to build LAMMPS executable</td> + <td> + <dl> + <dt><code>on</code> (default)</dt> + <dt><code>off</code></dt> + </dl> + </td> +</tr> <tr> <td><code>BUILD_SHARED_LIBS</code></td> <td>control whether to build LAMMPS as a shared-library</td>