Skip to content

Commit 055a2e4

Browse files
Fix capitalization of CMAke
1 parent 5743baa commit 055a2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to run the tests
22

33
> [!NOTE]
4-
> Requirements: ```Cmake``` configured with your preferred build system, and a ```C++``` compiler previously installed.
4+
> Requirements: ```CMake``` configured with your preferred build system, and a ```C++``` compiler previously installed.
55
66
You can just build the ```Tests``` executable file by running this directory's build script. Here's an example that should work on ```Linux``` using ```make``` as your build system. It works by running the following command on this directory using ```bash```:
77

0 commit comments

Comments
 (0)