Skip to content

Commit

Permalink
Fix mention of cmake flag in troubleshooting guide (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Jul 25, 2023
1 parent 3152a2e commit 77aedc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usersguide/troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands:
.. code-block:: sh
mkdir build-debug && cd build-debug
cmake -Ddebug=on /path/to/openmc
cmake -DCMAKE_BUILD_TYPE=Debug /path/to/openmc
make
Now when you re-run your problem, it should report exactly where the program
Expand Down

0 comments on commit 77aedc5

Please sign in to comment.