aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a05aea..bbc8ad3 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ cd build
cmake ..
```
-Optionally, `-DCMAKE_BUILD_MODE=Debug` can be used on the `cmake`
+Optionally, `-DCMAKE_BUILD_TYPE=Debug` can be used on the `cmake`
command to create a debug build. Next compile using `make`:
``` bash