From fd788e5bbd4eb69ad5663012481c0d1402dffc0a Mon Sep 17 00:00:00 2001
From: Christoph Junghans <junghans@lanl.gov>
Date: Tue, 21 Aug 2018 09:25:06 -0600
Subject: [PATCH] cmake/README.md: add BUILD_EXE option

---
 cmake/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/cmake/README.md b/cmake/README.md
index 85375cd2aa..21e728c1f0 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>
-- 
GitLab