diff --git a/cmake/README.md b/cmake/README.md index bafd440a64b1a30e376d704d788ddacf446aeaaa..b6644ffda959c45faec16e89e0a6a3275725c796 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake ../cmake -DPKG_GPU=on </dl> </td> </tr> +<tr> + <td><code>BUILD_DOC</code></td> + <td>control whether to build LAMMPS documentation</td> + <td> + <dl> + <dt><code>off</code> (default)</dt> + <dt><code>on</code></dt> + </dl> + </td> +</tr> <tr> <td><code>LAMMPS_LONGLONG_TO_LONG</code></td> <td>Workaround if your system or MPI version does not recognize <code>long long</code> data types</td>