From fa9b46fb40dcaba96802ad88dcebde7816eac36f Mon Sep 17 00:00:00 2001 From: Richard Berger <richard.berger@temple.edu> Date: Sun, 29 Jul 2018 00:08:20 -0400 Subject: [PATCH] Add BUILD_DOC option to CMake README.md --- cmake/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cmake/README.md b/cmake/README.md index bafd440a64..b6644ffda9 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> -- GitLab