Skip to content
Snippets Groups Projects
Commit fa9b46fb authored by Richard Berger's avatar Richard Berger
Browse files

Add BUILD_DOC option to CMake README.md

parent 8fccf6b9
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake ../cmake -DPKG_GPU=on ...@@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake ../cmake -DPKG_GPU=on
</dl> </dl>
</td> </td>
</tr> </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> <tr>
<td><code>LAMMPS_LONGLONG_TO_LONG</code></td> <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> <td>Workaround if your system or MPI version does not recognize <code>long long</code> data types</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment