From 016f310d3b1df53daeb3da129966368f62fb309e Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Tue, 28 Nov 2023 21:59:42 +0100 Subject: [PATCH] #2214: Fix typo --- docs/md/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/md/building.md b/docs/md/building.md index ee09a39c59..e34db71dae 100644 --- a/docs/md/building.md +++ b/docs/md/building.md @@ -59,7 +59,7 @@ build configuration: | `vt_tests_num_nodes` | - | Maximum number of nodes used for tests. If empty, then the default value detected by CMake is used | | `vt_code_coverage` | 0 | Enable code coverage for VT examples/tests | | `vt_build_tests` | 1 | Build all VT tests | -| `VT_build_examples` | 1 | Build all VT examples | +| `vt_build_examples` | 1 | Build all VT examples | | `vt_debug_verbose` | 1 (not Release) | Enable VT verbose debug prints at compile-time | | `vt_no_color_enabled` | 0 | Set `--vt_no_color` flag to true by default | | `BUILD_SHARED_LIBS` | 0 | Build VT as shared library |