diff --git a/docs/source/BuildingGMake.rst b/docs/source/BuildingGMake.rst
index f7b1353ac9c588c484fec11d97a1f18ee51d6d6a..c12045cb70bd5097ccd4f780a68db3e4916f091f 100644
--- a/docs/source/BuildingGMake.rst
+++ b/docs/source/BuildingGMake.rst
@@ -30,6 +30,8 @@ where you have put amrex.  Other options that you can set include
 +-----------------+------------------------------+------------------+-------------+
 | USE_OMP         | Whether to enable OpenMP     | TRUE / FALSE     | FALSE       |
 +-----------------+------------------------------+------------------+-------------+
+| USE_CUDA        | Whether to enable CUDA       | TRUE / FALSE     | FALSE       |
++-----------------+------------------------------+------------------+-------------+
 | DEBUG           | Whether to use DEBUG mode    | TRUE / FALSE     | FALSE       |
 +-----------------+------------------------------+------------------+-------------+
 | PROFILE         | Include profiling info       | TRUE / FALSE     | FALSE       |
@@ -41,6 +43,10 @@ where you have put amrex.  Other options that you can set include
 | TRACE_PROFILE   | Include trace profiling info | TRUE / FALSE     | FALSE       |
 +-----------------+------------------------------+------------------+-------------+
 
+
+.. note::
+   **Do not set both USE_OMP and USE_CUDA to true.**
+
 Then type
 
 .. code:: shell