Skip to content

Commit

Permalink
#2214: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Nov 28, 2023
1 parent 2a94ee7 commit 016f310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/md/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 016f310

Please sign in to comment.