diff --git a/docs/source/usersguide/troubleshoot.rst b/docs/source/usersguide/troubleshoot.rst index b1cd80f3e65..f86ed727405 100644 --- a/docs/source/usersguide/troubleshoot.rst +++ b/docs/source/usersguide/troubleshoot.rst @@ -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