From 77aedc5b42f836ab1ca26c70f9989ee29fc74820 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 25 Jul 2023 08:48:00 -0500 Subject: [PATCH] Fix mention of cmake flag in troubleshooting guide (#2622) --- docs/source/usersguide/troubleshoot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/troubleshoot.rst b/docs/source/usersguide/troubleshoot.rst index b1cd80f3e6..f86ed72740 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