From 4ac47ba0372385431cadf37d68b890dbcdc1bf6e Mon Sep 17 00:00:00 2001
From: Christoph Junghans <junghans@votca.org>
Date: Thu, 12 Jul 2018 07:27:11 -0600
Subject: [PATCH] cmake/README.md: fix GPU_ARCH options

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

diff --git a/cmake/README.md b/cmake/README.md
index 5419063f6d..bafd440a64 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -1421,11 +1421,11 @@ target API.
   <td>CUDA SM architecture targeted by GPU package</td>
   <td>
   <dl>
-    <dt><code>sm20</code> (Fermi)</dt>
-    <dt><code>sm30</code> (Kepler)</dt>
-    <dt><code>sm50</code> (Maxwell)</dt>
-    <dt><code>sm60</code> (Pascal)</dt>
-    <dt><code>sm70</code> (Volta)</dt>
+    <dt><code>sm_20</code> (Fermi)</dt>
+    <dt><code>sm_30</code> (Kepler)</dt>
+    <dt><code>sm_50</code> (Maxwell)</dt>
+    <dt><code>sm_60</code> (Pascal)</dt>
+    <dt><code>sm_70</code> (Volta)</dt>
   </dl>
   </td>
 </tr>
-- 
GitLab