Skip to content

Commit

Permalink
minor doc fix in compile notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Siddani committed May 10, 2024
1 parent bb3b3c8 commit 4430105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ or by adding arguments with ``-D<OPTION>=<VALUE>`` to the first CMake call, e.g.

.. code-block:: bash
cmake -S . -B build -DAMREX_GPU_BACKEND=CUDA -DAMREX_MPI=OFF -DAMReX_SPACEDIM="1;2;3"
cmake -S . -B build -DAMReX_GPU_BACKEND=CUDA -DAMReX_MPI=OFF -DAMReX_SPACEDIM="1;2;3"
**That's it!**

Expand Down

0 comments on commit 4430105

Please sign in to comment.