mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix mention of cmake flag in troubleshooting guide (#2622)
This commit is contained in:
parent
3152a2efad
commit
77aedc5b42
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue