Skip to content
Snippets Groups Projects
Unverified Commit c0150e80 authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #1068 from lammps/junghans-patch-1

cmake/README.md: add BUILD_EXE option
parents ee3b7a67 fd788e5b
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake -D PKG_GPU=on ../cmake ...@@ -275,6 +275,16 @@ cmake -C ../cmake/presets/std_nolib.cmake -D PKG_GPU=on ../cmake
</dl> </dl>
</td> </td>
</tr> </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> <tr>
<td><code>BUILD_SHARED_LIBS</code></td> <td><code>BUILD_SHARED_LIBS</code></td>
<td>control whether to build LAMMPS as a shared-library</td> <td>control whether to build LAMMPS as a shared-library</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