Fix mention of cmake flag in troubleshooting guide (#2622)

This commit is contained in:
Paul Romano 2023-07-25 08:48:00 -05:00 committed by GitHub
parent 3152a2efad
commit 77aedc5b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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